summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
AgeCommit message (Expand)Author
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård
2021-07-24Make 's' in *Help* work for Lisp-defined variables againLars Ingebrigtsen
2021-07-19Make the `s' command in *Help* work for Lisp variables defined in CLars Ingebrigtsen
2021-07-19Add a new function for separator linesLars Ingebrigtsen
2021-07-15; * lisp/help-fns.el: Speed up `describe-mode'Ori
2021-07-15Improve the shortdoc link action in *Help* buffersLars Ingebrigtsen
2021-06-17* lisp/help-fns.el (help--symbol-class): Concat chars for all namespaces.Juri Linkov
2021-06-15Add new convenience commands for *Help*Lars Ingebrigtsen
2021-06-03* lisp/help-fns.el (help--symbol-class): New function.Juri Linkov
2021-05-31Use buffer-local-boundp in describe-variableLars Ingebrigtsen
2021-05-31Speed up `describe-variable' completion predicateDaniel Mendler
2021-05-30Allow help-C-file-name to work on symbols designating subrsLars Ingebrigtsen
2021-05-02Add new help command 'describe-command'Stefan Kangas
2021-03-12Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo
2021-03-09Merge commit '9cbdf20316' into native-compAndrea Corallo
2021-03-08Add new face 'help-key-binding' for keybindings in helpStefan Kangas
2021-03-05Restrict the version guesser to top-level headingsStephen Berman
2021-02-26Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo
2021-02-24Remove the "Documentation:" line from the variable helpLars Ingebrigtsen
2021-02-22Buttonize function values in help (and add a blank line)Lars Ingebrigtsen
2021-02-17Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo
2021-02-14Fix problem with the newly introduces `minor-modes' variableLars Ingebrigtsen
2021-02-14Make `C-h m' list unbound commands applicable for the modeLars Ingebrigtsen
2021-02-10Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2021-02-04Don't ask the user to make a bug report on missing arglistsLars Ingebrigtsen
2021-01-24Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo
2021-01-19* lisp/help-fns.el: Move defvar keymap-name-history closer to where it's used.Juri Linkov
2021-01-19Define keymap-name-historyJames N. V. Cash
2021-01-16Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo
2021-01-10Minor shortdoc link improvementsDaniel Martín
2021-01-02Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-20Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-12-18Follow good regexp practiceMattias Engdegård
2020-12-12Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-12-09Prefer setq-local in most filesStefan Kangas
2020-11-29Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-11-25Add 'completions-detailed' to add prefix/suffix with 'affixation-function'Juri Linkov
2020-10-14Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-10-11; * lisp/help-fns.el (help-fns-describe-function-functions): Fix typo.Stefan Kangas
2020-10-11Improve documentation of shortdoc featuresEli Zaretskii
2020-10-11Add support for displaying short documentation for function groupsLars Ingebrigtsen
2020-10-04* Fix function description message for native compiled lisp functionsAndrea Corallo
2020-09-29Clean-up some now unnecessary diff against masterAndrea Corallo
2020-09-26Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-09-24* lisp/help-fns.el (help-fns--first-release): Use etc/NEWS as wellStefan Monnier
2020-09-13Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-09-13Revert "Use format-prompt in read-file-name calls that have a default"Lars Ingebrigtsen
2020-09-10Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-09-07Use format-prompt in read-file-name calls that have a defaultLars Ingebrigtsen