summaryrefslogtreecommitdiff
path: root/lisp/help.el
Commit message (Expand)AuthorAge
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-09
* Add a new function for separator linesLars Ingebrigtsen2021-07-19
* * lisp/help.el (describe-bindings-outline): New defcustom (bug#45147).Juri Linkov2021-05-20
* Tidy file-matching regexps and remove some ineffective backslashesMattias EngdegÄrd2021-05-06
* Rename feature `nativecomp' into `native-compile'Andrea Corallo2021-05-05
* Add new help command 'describe-command'Stefan Kangas2021-05-02
* Advertise PgUp/PgDn instead of SPC/DEL in help-for-helpStefan Kangas2021-04-30
* Avoid missing whitespace in help-for-helpStefan Kangas2021-04-27
* Merge branch 'feature/native-comp' into into trunkAndrea Corallo2021-04-25
|\
| * Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-19
| |\
| * \ Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-12
| |\ \
| * \ \ Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-02
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-22
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'savannah/master' into devAndrea Corallo2020-11-14
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-07
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-23
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-14
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix some compilation warnings in non nativecomp build (bug#43892)Brian Leung2020-10-12
| * | | | | | | | | Revert "Fix some compilation warnings in non nativecomp build (bug#43892)"Andrea Corallo2020-10-12
| * | | | | | | | | Fix some compilation warnings in non nativecomp build (bug#43892)Andrea Corallo2020-10-12
| * | | | | | | | | * lisp/help.el (help-function-arglist): Fix non nativecomp builds (bug#43914)Andrea Corallo2020-10-10
| * | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-09-21
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-09-10
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Rework native compiled lisp/d lambda list accessorAndrea Corallo2020-09-01
| * | | | | | | | | | | Fix describe function arglist for native compiled lisp/d (bug#42572)Andrea Corallo2020-08-31
* | | | | | | | | | | | ; * lisp/help.el (help-for-help): Fix thinko.Stefan Kangas2021-04-25
* | | | | | | | | | | | Show correct lossage size in help-for-helpStefan Kangas2021-04-25
* | | | | | | | | | | | * lisp/help.el (help--for-help-make-sections): Fix typo.Stefan Kangas2021-04-24
* | | | | | | | | | | | Redesign and improve the help-for-help (C-h C-h) commandStefan Kangas2021-04-24
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge from origin/emacs-27Glenn Morris2021-03-12
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | * lisp/help.el (help-for-help-internal): Doc fix; use imperative.Stefan Kangas2021-02-20
| * | | | | | | | | | Update copyright year to 2021Paul Eggert2021-01-01
* | | | | | | | | | | * lisp/help.el (help--describe-translation): Fix typo.Stefan Kangas2021-03-10
* | | | | | | | | | | Add new face 'help-key-binding' for keybindings in helpStefan Kangas2021-03-08
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Update copyright year to 2021Paul Eggert2021-01-01
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Run menu-item :filter function before showing bindingStefan Kangas2020-11-15
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas2020-11-09
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix mistake in Lisp conversion of describe-map-treeStefan Kangas2020-11-01
* | | | | | | Don't bind standard-output in substitute-command-keysStefan Kangas2020-11-01
* | | | | | | Insert describe-map-tree header into original bufferStefan Kangas2020-11-01
| |_|_|_|_|/ |/| | | | |
* | | | | | Prefer Lisp version of describer in help--describe-vectorStefan Kangas2020-10-18
* | | | | | Improve substitute-command-keys performanceStefan Kangas2020-10-18
* | | | | | Translate describe_vector to LispStefan Kangas2020-10-18
* | | | | | Translate describe_map to LispStefan Kangas2020-10-18
* | | | | | Translate describe_map_tree to LispStefan Kangas2020-10-18
* | | | | | Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-18
| |_|_|_|/ |/| | | |
* | | | | Add a keybinding to the help menu to display manualsBoruch Baum2020-10-13
| |_|_|/ |/| | |
* | | | Give Lisp control on the lossage sizeTino Calancha2020-09-17
| |_|/ |/| |
* | | Merge from origin/emacs-27Glenn Morris2020-09-09
|\| |
| * | Fix help message with help-window-selectStefan Kangas2020-09-01