summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
Commit message (Expand)AuthorAgeFilesLines
* Fix error when describing menu items that don't have equivalent keysPo Lu2022-01-201-3/+3
* Improve how menus are described in *Help*Lars Ingebrigtsen2022-01-201-13/+38
* Avoid infloops in help-fns--analyze-function with aliasesLars Ingebrigtsen2022-01-131-5/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Do not buttonize key bindings outside of *Help* buffersGregory Heytings2021-11-291-270/+279
* | Remove redundant #' before lambdaStefan Kangas2021-10-211-1/+1
|/
* * lisp/menu-bar.el (yank-menu-length): Fix docstring (bug#51138).Juri Linkov2021-10-151-1/+1
* Complete shorthands to longhands for symbol-completing tablesJoão Távora2021-10-101-2/+5
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-211-1/+1
* Add new help-enable-symbol-autoload user optionArthur Miller2021-09-181-1/+20
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-3/+3
* Further tweak describe-variable lookLars Ingebrigtsen2021-09-081-1/+8
* Fix previous help-fns changeLars Ingebrigtsen2021-09-081-1/+1
* Move the indented *Help* block to after the doc stringLars Ingebrigtsen2021-09-081-14/+14
* Don't output "probably introduced" if we know the answer for sureLars Ingebrigtsen2021-09-081-12/+35
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-1/+1
* Make 's' in *Help* work for Lisp-defined variables againLars Ingebrigtsen2021-07-241-1/+3
* Make the `s' command in *Help* work for Lisp variables defined in CLars Ingebrigtsen2021-07-191-1/+3
* Add a new function for separator linesLars Ingebrigtsen2021-07-191-5/+1
* ; * lisp/help-fns.el: Speed up `describe-mode'Ori2021-07-151-1/+1
* Improve the shortdoc link action in *Help* buffersLars Ingebrigtsen2021-07-151-1/+1
* * lisp/help-fns.el (help--symbol-class): Concat chars for all namespaces.Juri Linkov2021-06-171-18/+20
* Add new convenience commands for *Help*Lars Ingebrigtsen2021-06-151-5/+24
* * lisp/help-fns.el (help--symbol-class): New function.Juri Linkov2021-06-031-17/+23
* Use buffer-local-boundp in describe-variableLars Ingebrigtsen2021-05-311-4/+1
* Speed up `describe-variable' completion predicateDaniel Mendler2021-05-311-6/+9
* Allow help-C-file-name to work on symbols designating subrsLars Ingebrigtsen2021-05-301-1/+3
* Add new help command 'describe-command'Stefan Kangas2021-05-021-18/+44
* Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-121-8/+13
|\
| * Add new face 'help-key-binding' for keybindings in helpStefan Kangas2021-03-081-8/+13
* | Merge commit '9cbdf20316' into native-compAndrea Corallo2021-03-091-1/+1
|\ \ | |/
| * Restrict the version guesser to top-level headingsStephen Berman2021-03-051-1/+1
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-02-261-2/+1
|\ \ | |/
| * Remove the "Documentation:" line from the variable helpLars Ingebrigtsen2021-02-241-1/+0
| * Buttonize function values in help (and add a blank line)Lars Ingebrigtsen2021-02-221-1/+1
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-02-171-8/+29
|\ \ | |/
| * Fix problem with the newly introduces `minor-modes' variableLars Ingebrigtsen2021-02-141-7/+7
| * Make `C-h m' list unbound commands applicable for the modeLars Ingebrigtsen2021-02-141-1/+22
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-02-101-2/+2
|\ \ | |/
| * Don't ask the user to make a bug report on missing arglistsLars Ingebrigtsen2021-02-041-2/+2
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-01-241-0/+3
|\ \ | |/
| * * lisp/help-fns.el: Move defvar keymap-name-history closer to where it's used.Juri Linkov2021-01-191-3/+3
| * Define keymap-name-historyJames N. V. Cash2021-01-191-0/+3
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-01-161-1/+3
|\ \ | |/
| * Minor shortdoc link improvementsDaniel Martín2021-01-101-1/+3
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-021-1/+1
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-201-1/+1
|\ \ | |/
| * Follow good regexp practiceMattias Engdegård2020-12-181-1/+1