summaryrefslogtreecommitdiff
path: root/lisp/help.el
Commit message (Expand)AuthorAgeFilesLines
* Restore temp-buffer-resize-mode behaviour wrt. [back] buttonsLars Ingebrigtsen2022-06-301-2/+4
* Don't error out on invalid literal key substitutionsStefan Kangas2022-06-251-18/+16
* Fix previous describe-key changeLars Ingebrigtsen2022-06-211-0/+3
* Make describe-key do doc string command key substitution againLars Ingebrigtsen2022-06-211-0/+1
* Fix fontification in describe-keyLars Ingebrigtsen2022-06-211-12/+12
* Respect no-face argument in literal key substitutionsStefan Kangas2022-06-181-3/+4
* Allow saying \\=`M-x ...' in a doc stringLars Ingebrigtsen2022-06-131-1/+2
* Further tweaks to how remapped commands are describedLars Ingebrigtsen2022-06-111-22/+23
* Make describe-prefix-bindings say when there are no matchesLars Ingebrigtsen2022-06-101-10/+17
* Improve `C-h b' output for remapped commands.Lars Ingebrigtsen2022-06-091-3/+21
* Fix the final divergent single quote usages in doc stringsLars Ingebrigtsen2022-05-241-3/+3
* Restore `with-help-window' return codeLars Ingebrigtsen2022-05-141-2/+3
* Don't overwrite variables set by callback in help--window-setupLars Ingebrigtsen2022-05-131-2/+3
* Don't clear out local variables in `with-help-window'Lars Ingebrigtsen2022-05-131-31/+28
* Allow substitute-command-keys to include menus in \{...} outputLars Ingebrigtsen2022-05-131-8/+12
* Fix handling double-click-time nil or tStefan Kangas2022-05-021-1/+1
* Allow reusing the *Help* window with `i'/`s/ commandsLars Ingebrigtsen2022-05-021-1/+13
* Use `advice--cd*r` where applicableStefan Monnier2022-04-261-1/+1
* Clean up view-emacs-news codeLars Ingebrigtsen2022-04-181-3/+2
* Make :filters run in the correct buffer in describe-buffer-bindingsLars Ingebrigtsen2022-04-171-7/+15
* Don't leave `C-h N' in a text-mode derived modeLars Ingebrigtsen2022-04-161-4/+3
* Add a new mode for editing and viewing the Emacs NEWS fileLars Ingebrigtsen2022-04-161-1/+3
* Remove some early-bootstrap dependencies for `advice`Stefan Monnier2022-03-171-4/+11
* Fix byte-code button in help--describe-commandLars Ingebrigtsen2022-03-151-1/+2
* Merge from origin/emacs-28Stefan Kangas2022-02-281-2/+2
|\
| * ; * lisp/help.el (with-help-window): Doc fix. (Bug#54170)Eli Zaretskii2022-02-271-2/+2
* | Improve the describe-key doc stringLars Ingebrigtsen2022-02-021-0/+6
* | Make where-is correctly identify aliasesSebastian Urban2022-01-281-7/+15
* | Commit fixes and enhancements to the scratch/correct-warning-pos branchAlan Mackenzie2022-01-141-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | 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