summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use format-prompt in read-file-name calls that have a default"Lars Ingebrigtsen2020-09-131-6/+4
* Use format-prompt in read-file-name calls that have a defaultLars Ingebrigtsen2020-09-071-4/+6
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-9/+4
* Make format-prompt interpret a nil default value as "no default"Lars Ingebrigtsen2020-08-301-3/+1
* Use format-prompt a couple of placesLars Ingebrigtsen2020-08-261-1/+1
* Only search for a variable when instructedAlexander Gramiak2020-08-111-0/+1
* Add new commands to describe buttons and widgetsMauro Aranda2020-08-071-0/+44
* Fix some side-effecting uses of make-text-buttonBasil L. Contovounesios2020-06-041-2/+1
* Try and improve the *Help* layout for things like `diff-refine`.Stefan Monnier2020-05-051-4/+4
* Merge from origin/emacs-27Glenn Morris2020-04-151-1/+1
|\
| * Fix edge case errors in filename-matching regexpsMattias Engdegård2020-04-141-1/+1
* | Fix handling of empty input in describe-variable and describe-symbolJuri Linkov2020-03-061-2/+2
* | Merge from origin/emacs-27Glenn Morris2020-03-041-0/+2
|\ \ | |/
| * Fix describe-variable on values with circular syntax (Bug#39805)Noam Postavsky2020-03-031-0/+2
* | Use help-fns-short-filename in other describe- commandsŠtěpán Němec2020-03-031-4/+112
* | Provide default for describe-keymap promptStefan Kangas2020-02-041-6/+44
* | Add new help command describe-keymapStefan Kangas2020-02-041-0/+59
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Make some anonymous faces extend to EOLEli Zaretskii2019-11-271-1/+2
* * lisp/help-fns.el (describe-variable): Add quotes to symbol value of origval.Juri Linkov2019-11-031-1/+5
* Added face parameter :extend.Jimmy Aguilar Mena2019-10-141-0/+1
* (help-fns--var-aliases): Fix compilation warning in previous patch.Lars Ingebrigtsen2019-10-141-1/+1
* Make `C-h v' list all aliases a variable hasLars Ingebrigtsen2019-10-141-0/+24
* Add more sanity checks to help-fns--globalized-minor-modeLars Ingebrigtsen2019-10-091-1/+2
* Make the help page mention the customizeable global mode variableLars Ingebrigtsen2019-10-011-18/+26
* * lisp/help-fns.el: Fix missing dependencyStefan Monnier2019-09-221-0/+1
* Move describe-face to the new help-fns machineryLars Ingebrigtsen2019-09-211-0/+132
* Make `describe-function' say that disabled functions are disabledLars Ingebrigtsen2019-08-171-0/+6
* Rename variables and functions with "auto-load" in their namesLars Ingebrigtsen2019-08-151-4/+8
* Make describe-face also output the version informationLars Ingebrigtsen2019-07-141-5/+6
* Revert "Make describe-face also output the version information"Lars Ingebrigtsen2019-07-141-6/+5
* Make describe-face also output the version informationLars Ingebrigtsen2019-07-141-5/+6
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-3/+4
* help-C-file-name shouldn't error out if we can't find the nameJohan Claesson2019-06-261-14/+20
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-4/+3
* * help-fns.el (help-fns--first-release): Do not fail if no release is found.Juanma Barranquero2019-06-031-2/+3
* * lisp/help-fns.el: Make hyperlink for the "first release" infoStefan Monnier2019-06-021-13/+18
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Merge from origin/emacs-26Glenn Morris2019-05-221-3/+15
|\
| * Add option to disable help completion autoloading (Bug#28607)Noam Postavsky2019-05-211-3/+15
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* | * lisp/help-fns.el (help-fns-describe-variable-functions): New hookStefan Monnier2019-04-121-168/+246
* | Be more defensive regarding elements of 'load-history'Eli Zaretskii2019-03-011-2/+2
* | * lisp/help-fns.el (help--load-prefixes): Demote errors from files.Stefan Monnier2019-01-081-4/+5
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/help-fns.el (describe-symbol): Use help--symbol-completion-tableStefan Monnier2018-11-021-1/+1
* | Prefer \... to control chars in .el literalsPaul Eggert2018-03-291-5/+5
* | Add support for module functions to C-h f (Bug#30163).Philipp Stephani2018-02-021-0/+2
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/