summaryrefslogtreecommitdiff
path: root/lisp/help.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Stefan Kangas2021-12-091-14/+21
|\
| * Fix mode-line display in Calendar modeEli Zaretskii2021-12-081-6/+11
* | Make help--describe-command more robustLars Ingebrigtsen2021-12-051-1/+2
* | Merge from origin/emacs-28Stefan Kangas2021-12-021-9/+5
|\|
| * * lisp/help.el (help--analyze-key): Prefer posn-set-point over mouse-set-pointJuri Linkov2021-12-011-9/+5
* | Do not buttonize key bindings outside of *Help* buffersGregory Heytings2021-11-291-50/+59
* | Add new format for literal key sequences to substitute-command-keysStefan Kangas2021-11-221-0/+20
* | Make the optional describe-map-tree parameters optionalLars Ingebrigtsen2021-11-181-2/+2
* | Use substitute-command-keys in some messagesStefan Kangas2021-11-171-6/+6
* | Don't create links to undefined commands in help--describe-commandLars Ingebrigtsen2021-11-131-3/+5
* | Make the lambda/closure buttons in `C-h b' say what they doLars Ingebrigtsen2021-11-061-1/+2
* | Make lambda/closure help buttons format as Emacs LispLars Ingebrigtsen2021-11-041-1/+1
* | Rename button-buttonize to buttonizeLars Ingebrigtsen2021-11-041-3/+2
* | Revert overlay-related changes in `C-h b'Lars Ingebrigtsen2021-11-021-37/+24
* | Make lambdas/closures/byte code in `C-h b' clickableLars Ingebrigtsen2021-11-021-2/+8
* | Make `C-h b' also describe overlay keymapsLars Ingebrigtsen2021-11-021-26/+37
* | Make `C-h b' indentation more regular (and avoid continuation lines)Lars Ingebrigtsen2021-11-021-43/+84
* | Fix rendering of key translationsLars Ingebrigtsen2021-11-021-23/+10
* | Don't output prefix keys in `C-h b', and output more data on objectsLars Ingebrigtsen2021-11-011-23/+33
* | Add buttons to definition in help--describe-commandLars Ingebrigtsen2021-11-011-1/+4
* | Merge from origin/emacs-28Michael Albinus2021-11-011-2/+2
|\|
| * Fix typo in describe-map-tree doc stringLars Ingebrigtsen2021-11-011-2/+2
* | Make xref symbol marking work again after describe-keymap changesLars Ingebrigtsen2021-11-011-4/+1
* | Say "Key/Binding" instead of "key/binding" in `C-h b'Lars Ingebrigtsen2021-11-011-1/+1
* | Don't print empty keymaps in `C-h b'Lars Ingebrigtsen2021-11-011-13/+20
* | Clarify describe-bindings code slightlyLars Ingebrigtsen2021-10-311-3/+4
* | Add buttons to outlining and tweak `C-h b' bufferLars Ingebrigtsen2021-10-311-8/+9
* | Merge from origin/emacs-28Glenn Morris2021-10-271-1/+7
|\|
| * Fix help commands for menu-bar menusEli Zaretskii2021-10-271-1/+7
* | Add new option help-link-key-to-documentationStefan Kangas2021-10-241-1/+16
* | Merge from origin/emacs-28Glenn Morris2021-10-211-18/+19
|\|
| * * lisp/help.el (help--analyze-key): Add new arg BUFFER (bug#51173).Juri Linkov2021-10-201-18/+19
* | Merge from origin/emacs-28Glenn Morris2021-10-141-3/+5
|\|
| * * lisp/help.el (help--analyze-key): Avoid mouse-set-point for non-mouse eventsJuri Linkov2021-10-131-3/+5
* | Improve 'display-buffer' 'temp-buffer-resize-mode' cohabitation (Bug#51062)Martin Rudalics2021-10-131-14/+26
|/
* ; * lisp/help.el (help--analyze-key): Add comment.Juri Linkov2021-09-301-0/+4
* Signal an error in `search-forward-help-for-help'Lars Ingebrigtsen2021-09-291-1/+4
* * lisp/mouse.el (context-menu-map): Fix when menu is a command (bug#50851)Juri Linkov2021-09-281-1/+1
* * lisp/outline.el (outline-minor-mode-cycle-filter): New defcustom (bug#50679)Juri Linkov2021-09-231-1/+1
* 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
| |\ \