summaryrefslogtreecommitdiff
path: root/lisp/help-mode.el
AgeCommit message (Expand)Author
2026-02-03Fix [More] buttons in tutorial and other buttons in SemanticDmitry Gutov
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-07-05lisp/help-mode.el (help-mode-context-menu): Don't quote lambdaStefan Monnier
2025-02-11Delete redundant lambdas around unary functionsStefan Kangas
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-02(describe-variable): Fix bug#73872Stefan Monnier
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Don't call purecopy in help-mode.elStefan Kangas
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-10-09help-setup-xref: Fix the previous changesDmitry Gutov
2024-10-06help-setup-xref: Simplify furtherDmitry Gutov
2024-10-06help-setup-xref: Keep the local values only of some variablesDmitry Gutov
2024-10-05; Fix clean up of local variables in Help buffersEshel Yaron
2024-10-03help-setup-xref: Clean up xref backend before non-Lisp usesDmitry Gutov
2024-05-23Fix 'help-view-source' for variables defined in CEshel Yaron
2024-03-22(help-fns-function-description-header): Print functions' typeStefan Monnier
2024-03-21(describe-symbol-backends): Fix addition of the "type" backendStefan Monnier
2024-02-22* lisp/help-fns.el (describe-mode-outline): New user option (bug#64684).Juri Linkov
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-07-13* lisp/help-mode.el (help-setup-xref): Disable outline-minor-mode (bug#64575).Juri Linkov
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-07-22Fix spacing in *Help* buttonsLars Ingebrigtsen
2022-07-21* lisp/help-mode.el (help-news): Use `view-file`Stefan Monnier
2022-07-16Fix xref links in `C-h o'Lars Ingebrigtsen
2022-07-04Document using make-composed-keymap with defvar-keymapStefan Kangas
2022-06-20; * lisp/help-mode.el (help-xref-button): Doc fix.Eli Zaretskii
2022-06-20Allow removing quotes around links in *Help* buffersLars Ingebrigtsen
2022-06-06Allow using xref buttons in non-*Help* buffersStephen Berman
2022-05-29Fix reference to help-enable-variable-value-editingDaniel Martín
2022-05-13Revert mistaken change in help-mode-setupLars Ingebrigtsen
2022-05-13Don't clear out local variables in `with-help-window'Lars Ingebrigtsen
2022-05-07Allow inhibiting linkification in *Help* buffersLars Ingebrigtsen
2022-05-06Don't override search-default-mode set by user in info/helpLars Ingebrigtsen
2022-05-06Char-fold quotation characters in *info* and *Help*Lars Ingebrigtsen
2022-05-03Make more buttons in *Help* respect `help-window-keep-selected'Lars Ingebrigtsen
2022-05-02Allow reusing the *Help* window with `i'/`s/ commandsLars Ingebrigtsen
2022-04-17Allow editing variable values in *Help* buffersLars Ingebrigtsen
2022-02-17Extend bookmark menu with with handler type columnMatthias Meulien
2022-01-24Add a *Help* command that'll take you to the lispref manualLars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-01Add buttons to definition in help--describe-commandLars Ingebrigtsen
2021-11-01Further xref fix-ups after keymap help changesLars Ingebrigtsen
2021-11-01Fix infloop in help-make-xrefs in certain keymapsLars Ingebrigtsen
2021-11-01Make xref symbol marking work again after describe-keymap changesLars Ingebrigtsen
2021-10-31Add mode tagging to previously added help commandsLars Ingebrigtsen
2021-10-31Add 'n'/'p' key bindings in *Help* buffersLars Ingebrigtsen
2021-10-24Add new option help-link-key-to-documentationStefan Kangas
2021-10-01Save position in mark ring before jumping to definitionIhor Radchenko