summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-121-2/+1
|\|
| * Prefer setq-local in most filesStefan Kangas2020-12-091-2/+1
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-291-10/+41
|\|
| * Add 'completions-detailed' to add prefix/suffix with 'affixation-function'Juri Linkov2020-11-251-10/+41
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-141-2/+35
|\|
| * ; * lisp/help-fns.el (help-fns-describe-function-functions): Fix typo.Stefan Kangas2020-10-111-1/+1
| * Improve documentation of shortdoc featuresEli Zaretskii2020-10-111-2/+2
| * Add support for displaying short documentation for function groupsLars Ingebrigtsen2020-10-111-0/+33
* | * Fix function description message for native compiled lisp functionsAndrea Corallo2020-10-041-1/+1