summaryrefslogtreecommitdiff
path: root/lisp/help.el
Commit message (Expand)AuthorAgeFilesLines
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-1/+1
* Add a new function for separator linesLars Ingebrigtsen2021-07-191-6/+1
* * lisp/help.el (describe-bindings-outline): New defcustom (bug#45147).Juri Linkov2021-05-201-17/+26
* Tidy file-matching regexps and remove some ineffective backslashesMattias EngdegÄrd2021-05-061-1/+1
* Rename feature `nativecomp' into `native-compile'Andrea Corallo2021-05-051-1/+1
* Add new help command 'describe-command'Stefan Kangas2021-05-021-0/+2
* Advertise PgUp/PgDn instead of SPC/DEL in help-for-helpStefan Kangas2021-04-301-2/+2
* Avoid missing whitespace in help-for-helpStefan Kangas2021-04-271-0/+1
* Merge branch 'feature/native-comp' into into trunkAndrea Corallo2021-04-251-0/+6
|\
| * Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-191-1/+1
| |\
| * \ Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-121-68/+85
| |\ \
| * \ \ Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-021-1/+1
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-221-0/+1
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'savannah/master' into devAndrea Corallo2020-11-141-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-071-13/+12
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-231-0/+470
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-141-0/+2
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix some compilation warnings in non nativecomp build (bug#43892)Brian Leung2020-10-121-0/+2
| * | | | | | | | | Revert "Fix some compilation warnings in non nativecomp build (bug#43892)"Andrea Corallo2020-10-121-2/+0
| * | | | | | | | | Fix some compilation warnings in non nativecomp build (bug#43892)Andrea Corallo2020-10-121-0/+2
| * | | | | | | | | * lisp/help.el (help-function-arglist): Fix non nativecomp builds (bug#43914)Andrea Corallo2020-10-101-1/+3
| * | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-09-211-0/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-09-101-9/+6
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Rework native compiled lisp/d lambda list accessorAndrea Corallo2020-09-011-1/+2
| * | | | | | | | | | | Fix describe function arglist for native compiled lisp/d (bug#42572)Andrea Corallo2020-08-311-0/+1
* | | | | | | | | | | | ; * lisp/help.el (help-for-help): Fix thinko.Stefan Kangas2021-04-251-3/+3
* | | | | | | | | | | | Show correct lossage size in help-for-helpStefan Kangas2021-04-251-2/+4
* | | | | | | | | | | | * lisp/help.el (help--for-help-make-sections): Fix typo.Stefan Kangas2021-04-241-1/+1
* | | | | | | | | | | | Redesign and improve the help-for-help (C-h C-h) commandStefan Kangas2021-04-241-51/+112
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge from origin/emacs-27Glenn Morris2021-03-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | * lisp/help.el (help-for-help-internal): Doc fix; use imperative.Stefan Kangas2021-02-201-1/+1
| * | | | | | | | | | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | | | | | | | | | | * lisp/help.el (help--describe-translation): Fix typo.Stefan Kangas2021-03-101-1/+1
* | | | | | | | | | | Add new face 'help-key-binding' for keybindings in helpStefan Kangas2021-03-081-68/+85
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Run menu-item :filter function before showing bindingStefan Kangas2020-11-151-0/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas2020-11-091-2/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix mistake in Lisp conversion of describe-map-treeStefan Kangas2020-11-011-2/+2
* | | | | | | Don't bind standard-output in substitute-command-keysStefan Kangas2020-11-011-2/+1
* | | | | | | Insert describe-map-tree header into original bufferStefan Kangas2020-11-011-9/+9
| |_|_|_|_|/ |/| | | | |
* | | | | | Prefer Lisp version of describer in help--describe-vectorStefan Kangas2020-10-181-1/+4
* | | | | | Improve substitute-command-keys performanceStefan Kangas2020-10-181-70/+72
* | | | | | Translate describe_vector to LispStefan Kangas2020-10-181-2/+73
* | | | | | Translate describe_map to LispStefan Kangas2020-10-181-0/+164
* | | | | | Translate describe_map_tree to LispStefan Kangas2020-10-181-2/+88
* | | | | | Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-181-0/+144
| |_|_|_|/ |/| | | |
* | | | | Add a keybinding to the help menu to display manualsBoruch Baum2020-10-131-0/+2
| |_|_|/ |/| | |
* | | | Give Lisp control on the lossage sizeTino Calancha2020-09-171-0/+1
| |_|/ |/| |
* | | Merge from origin/emacs-27Glenn Morris2020-09-091-2/+2
|\| |
| * | Fix help message with help-window-selectStefan Kangas2020-09-011-2/+2