summaryrefslogtreecommitdiff
path: root/lisp/help-mode.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix spacing in *Help* buttonsLars Ingebrigtsen2022-07-221-1/+2
* * lisp/help-mode.el (help-news): Use `view-file`Stefan Monnier2022-07-211-5/+5
* Fix xref links in `C-h o'Lars Ingebrigtsen2022-07-161-14/+17
* Document using make-composed-keymap with defvar-keymapStefan Kangas2022-07-041-19/+17
* ; * lisp/help-mode.el (help-xref-button): Doc fix.Eli Zaretskii2022-06-201-2/+2
* Allow removing quotes around links in *Help* buffersLars Ingebrigtsen2022-06-201-5/+25
* Allow using xref buttons in non-*Help* buffersStephen Berman2022-06-061-9/+8
* Fix reference to help-enable-variable-value-editingDaniel Martín2022-05-291-1/+1
* Revert mistaken change in help-mode-setupLars Ingebrigtsen2022-05-131-2/+1
* Don't clear out local variables in `with-help-window'Lars Ingebrigtsen2022-05-131-1/+4
* Allow inhibiting linkification in *Help* buffersLars Ingebrigtsen2022-05-071-20/+22
* Don't override search-default-mode set by user in info/helpLars Ingebrigtsen2022-05-061-1/+2
* Char-fold quotation characters in *info* and *Help*Lars Ingebrigtsen2022-05-061-1/+2
* Make more buttons in *Help* respect `help-window-keep-selected'Lars Ingebrigtsen2022-05-031-4/+13
* Allow reusing the *Help* window with `i'/`s/ commandsLars Ingebrigtsen2022-05-021-2/+5
* Allow editing variable values in *Help* buffersLars Ingebrigtsen2022-04-171-1/+2
* Extend bookmark menu with with handler type columnMatthias Meulien2022-02-171-0/+1
* Add a *Help* command that'll take you to the lispref manualLars Ingebrigtsen2022-01-241-0/+9
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add buttons to definition in help--describe-commandLars Ingebrigtsen2021-11-011-22/+1
* | Further xref fix-ups after keymap help changesLars Ingebrigtsen2021-11-011-0/+1
* | Fix infloop in help-make-xrefs in certain keymapsLars Ingebrigtsen2021-11-011-2/+3
* | Make xref symbol marking work again after describe-keymap changesLars Ingebrigtsen2021-11-011-20/+12
* | Add mode tagging to previously added help commandsLars Ingebrigtsen2021-10-311-2/+2
* | Add 'n'/'p' key bindings in *Help* buffersLars Ingebrigtsen2021-10-311-0/+22
* | Add new option help-link-key-to-documentationStefan Kangas2021-10-241-0/+7
* | Save position in mark ring before jumping to definitionIhor Radchenko2021-10-011-0/+4
|/
* Add support for man page hyperlinks in doc stringsStefan Kangas2021-09-251-0/+14
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* Add docstrings to context menu functions, and add middle-separatorJuri Linkov2021-09-151-0/+1
* * lisp/mouse.el (context-menu-map): Add 'click' arg to called funs (bug#50256)Juri Linkov2021-09-121-2/+2
* Use window-point in event-start and event-end (bug#50256)Juri Linkov2021-09-121-6/+1
* Add support for customization group hyperlinks in doc stringsLars Ingebrigtsen2021-09-041-0/+15
* ; Fix a comment in a recent commit.Eli Zaretskii2021-08-171-2/+2
* Improve `forward-sexp' in *Help* buffersMichalis V2021-08-171-2/+11
* Merge branch 'feature/context-menu'Juri Linkov2021-08-171-0/+30
|\
| * * lisp/help-mode.el (help-mode-context-menu): New function.Juri Linkov2021-08-011-0/+30
* | ; Fix typosJuri Linkov2021-08-111-1/+1
* | Don't bind <mouse-2> and RET in *Help* buffersLars Ingebrigtsen2021-07-311-6/+6
|/
* Make the `s' command in *Help* work for Lisp variables defined in CLars Ingebrigtsen2021-07-191-2/+4
* ; * lisp/help-mode.el (help-customize): Doc fix. (Bug#36767)Eli Zaretskii2021-06-201-1/+1
* Add new convenience command for *Help*Juri Linkov2021-06-201-2/+15
* Make help-view-source more robustLars Ingebrigtsen2021-06-151-1/+1
* Add new convenience commands for *Help*Lars Ingebrigtsen2021-06-151-1/+25
* * lisp/help-mode.el (help-mode-tool-bar-map): Fix tooltips.Stefan Kangas2021-03-081-2/+2
* Remove redundant requires of easymenuStefan Kangas2021-02-261-1/+0
* Buttonize function values in help (and add a blank line)Lars Ingebrigtsen2021-02-221-2/+1
* Add toolbar for help-modeStefan Kangas2021-02-201-5/+23