aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help-fns.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prevent displaying an ungrammatical string in *Help*Stephen Berman2025-09-201-9/+16
* ; Fix bug#79212.Eshel Yaron2025-08-121-2/+3
* Fix *Help* text when a command is bound to a single keyEli Zaretskii2025-06-261-1/+5
* ; * lisp/help-fns.el (help-fns-edit-variable): Fix typo (bug#78554).Eli Zaretskii2025-05-231-1/+1
* Fix description of a remapped command's bindingsEli Zaretskii2025-05-131-1/+8
* Improve help-fns-edit-variable for Lisp editingSpencer Baugh2025-04-261-5/+14
* ; Improve documentation of 'help-fns-edit-variable'Eli Zaretskii2025-04-161-3/+12
* Fix help-customize in describe-symbol buffersDmitry Gutov2025-04-141-1/+2
* Limit fontification of "customize" in setopt suggestionVisuwesh2025-04-121-2/+4
* Improve formatting of 'setopt' suggestion in *Help* bufferVisuwesh2025-04-051-17/+17
* (custom--standard-value-p): New functionStefan Monnier2025-04-011-1/+1
* Use `replace-region-contents` to replace insert+deleteStefan Monnier2025-03-291-1/+1
* lisp/help-fns.el (help-fns--signature): Pretty print typeStefan Monnier2025-03-271-10/+17
* Improve docstring of cl-defstruct accessorsStefan Kangas2025-03-241-1/+3
* ; * lisp/help-fns.el (help-fns-edit-variable): Revert buffer.Gerd Möllmann2025-03-151-1/+2
* Fix error when trying to recommend setoptMauro Aranda2025-03-131-1/+2
* Fix capitalization ELisp -> ElispSean Whitton2025-03-121-1/+1
* Automatically document when setopt is neededStefan Kangas2025-03-121-0/+13
* ; Delete commented out code in help-fns.elStefan Kangas2025-03-111-42/+0
* Prefer incf to cl-incf in remaining filesStefan Kangas2025-02-261-2/+2
* Don't error on 'C-h f menu-bar-open-mouse RET'Stefan Kangas2025-02-101-1/+2
* (describe-variable): Fix bug#73872Stefan Monnier2025-01-021-19/+23
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Merge from origin/emacs-30Eli Zaretskii2024-12-211-0/+2
|\
| * Autoload 'shortdoc-help-fns-examples-function'Eli Zaretskii2024-12-201-0/+2
| * Revert "* lisp/help-fns.el (help-definition-prefixes): Don't delete the hasht...Eli Zaretskii2024-08-311-3/+3
* | Fix display of obsolete variables in *Help*Michael Albinus2024-12-191-1/+1
* | * lisp/help-fns.el (help-fns-short-filename): Skip relative file namesStefan Monnier2024-12-131-16/+24
* | Mark if-let and when-let obsoleteSean Whitton2024-10-241-9/+9
* | (help-fns-short-filename): Fix bug#73766Stefan Monnier2024-10-181-10/+34
* | * lisp/help-fns.el (help--load-prefixes): Fix bug#72787Stefan Monnier2024-10-111-0/+1
* | (help--symbol-completion-table): Try and fix bug#73473Stefan Monnier2024-10-031-2/+5
* | Make xref-find-references work in Help buffers outside of projectsDmitry Gutov2024-10-031-1/+13
* | Use Emacs Lisp xref backend in Lisp Help buffersDmitry Gutov2024-10-031-0/+8
* | ; Improve robustness of 'help-fns-edit-variable'Philip Kaludercic2024-09-021-3/+2
* | Better ad-hoc Emacs release of symbol introduction overrideMattias EngdegÄrd2024-08-311-5/+28
* | Merge from savannah/emacs-30Po Lu2024-08-201-3/+3
|\ \ | |/
| * * lisp/help-fns.el (help-definition-prefixes): Don't delete the hashtableStefan Monnier2024-08-201-3/+3
* | Simplify 'help-enable-variable-value-editing' using 'string-edit'Philip Kaludercic2024-07-281-48/+7
|/
* Add 'help-find-source' and bind it to C-h 4 sAndrea Corallo2024-05-291-0/+9
* Redirect calls to `subr-native-elisp-p` to `native-comp-function-p`Stefan Monnier2024-05-281-1/+1
* Fix argument name highlighting in 'describe-function' outputEshel Yaron2024-05-231-3/+6
* Merge branch 'lisp-func-type-decls' into 'master'Andrea Corallo2024-05-021-1/+1
|\
| * Make use of Lisp function declarationsAndrea Corallo2024-04-291-1/+1
* | Assume match before calling help-xref-buttonBasil L. Contovounesios2024-05-011-17/+9
|/
* (help-fns-function-description-header): Fix last change (bug#70209)Stefan Monnier2024-04-051-9/+9
* * lisp/help-fns.el (help-fns-function-description-header): Fix bug#70209Stefan Monnier2024-04-051-8/+10
* (help-fns-function-description-header): Print functions' typeStefan Monnier2024-03-221-17/+14
* ; * lisp/help-fns.el (help-fns-function-name): Doc fix.Eli Zaretskii2024-03-221-1/+8
* (help-fns-function-name): New functionStefan Monnier2024-03-211-0/+68