summaryrefslogtreecommitdiff
path: root/lisp/help.el
Commit message (Expand)AuthorAge
* Fix indentation regression in 'C-h l'Eli Zaretskii2023-03-29
* Allow showing prefix commands in Help buffersEli Zaretskii2023-03-23
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* * lisp/help.el: Use 'C-h C-q' to toggle 'help-quick' window (bug#60249).Juri Linkov2022-12-28
* Fix "C-h k" when clicking on another frameEli Zaretskii2022-12-03
* * lisp/help.el (describe-bindings): Use the outline-default-rules feature.Juri Linkov2022-11-23
* ; Doc fixes: remove references to missing symbolsStefan Kangas2022-11-21
* Prefer defvar-keymap in help.elStefan Kangas2022-10-29
* Unify outline-minor-mode-use-buttons with in-margins/insert values (bug#57813)Juri Linkov2022-10-22
* * lisp/outline.el (outline-minor-mode-insert-buttons): New defvar-local.Juri Linkov2022-10-18
* Clear misleading message in help-quit-or-quickLars Ingebrigtsen2022-10-16
* Add a quick-help menuPhilip Kaludercic2022-10-14
* Fix substitute-command-keys for global binding lookupRobert Pluim2022-09-21
* Allow keymap to override advertised-binding in docstringsRobert Pluim2022-09-20
* Revert "Fix help--analyze-key problem when not called from menu"Lars Ingebrigtsen2022-09-13
* Fix help--analyze-key problem when not called from menuLars Ingebrigtsen2022-09-13
* New function substitute-quotesStefan Kangas2022-09-10
* Fix return value of help--key-description-fontifiedStefan Kangas2022-08-19
* * lisp/help.el (describe-map-tree, describe-map): Simplify.Stefan Kangas2022-08-03
* Add face to mouse buttons in command substitutionsStefan Kangas2022-08-03
* Use icons in outlineLars Ingebrigtsen2022-07-28
* Merge from origin/emacs-28Stefan Kangas2022-07-24
|\
| * Fix bookmark support for Help functions in native-compilation buildsEli Zaretskii2022-07-23
* | Minor doc fix in search-forward-help-for-helpStefan Kangas2022-07-21
* | Remove dead branch from substitute-command-keysStefan Kangas2022-07-11
* | Restore temp-buffer-resize-mode behaviour wrt. [back] buttonsLars Ingebrigtsen2022-06-30
* | Don't error out on invalid literal key substitutionsStefan Kangas2022-06-25
* | Fix previous describe-key changeLars Ingebrigtsen2022-06-21
* | Make describe-key do doc string command key substitution againLars Ingebrigtsen2022-06-21
* | Fix fontification in describe-keyLars Ingebrigtsen2022-06-21
* | Respect no-face argument in literal key substitutionsStefan Kangas2022-06-18
* | Allow saying \\=`M-x ...' in a doc stringLars Ingebrigtsen2022-06-13
* | Further tweaks to how remapped commands are describedLars Ingebrigtsen2022-06-11
* | Make describe-prefix-bindings say when there are no matchesLars Ingebrigtsen2022-06-10
* | Improve `C-h b' output for remapped commands.Lars Ingebrigtsen2022-06-09
* | Fix the final divergent single quote usages in doc stringsLars Ingebrigtsen2022-05-24
* | Restore `with-help-window' return codeLars Ingebrigtsen2022-05-14
* | Don't overwrite variables set by callback in help--window-setupLars Ingebrigtsen2022-05-13
* | Don't clear out local variables in `with-help-window'Lars Ingebrigtsen2022-05-13
* | Allow substitute-command-keys to include menus in \{...} outputLars Ingebrigtsen2022-05-13
* | Fix handling double-click-time nil or tStefan Kangas2022-05-02
* | Allow reusing the *Help* window with `i'/`s/ commandsLars Ingebrigtsen2022-05-02
* | Use `advice--cd*r` where applicableStefan Monnier2022-04-26
* | Clean up view-emacs-news codeLars Ingebrigtsen2022-04-18
* | Make :filters run in the correct buffer in describe-buffer-bindingsLars Ingebrigtsen2022-04-17
* | Don't leave `C-h N' in a text-mode derived modeLars Ingebrigtsen2022-04-16
* | Add a new mode for editing and viewing the Emacs NEWS fileLars Ingebrigtsen2022-04-16
* | Remove some early-bootstrap dependencies for `advice`Stefan Monnier2022-03-17
* | Fix byte-code button in help--describe-commandLars Ingebrigtsen2022-03-15
* | Merge from origin/emacs-28Stefan Kangas2022-02-28
|\|