summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-11-201-3/+3
|\ \ | |/
| * Spelling fixesPaul Eggert2017-11-191-3/+3
* | Merge from origin/emacs-26Glenn Morris2017-10-211-2/+2
|\ \ | |/
| * Update describe-function for recent Fdocumentation changeGlenn Morris2017-10-211-2/+2
| * * lisp/help-fns.el (describe-function-1):Stefan Monnier2017-10-201-8/+20
* | * lisp/help-fns.el (describe-function-1): Fix help-fns-test-dangling-alias.Stefan Monnier2017-10-201-8/+20
* | Say that side effect-free functions don't change the matchd dataPhilipp Stephani2017-10-081-0/+4
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Use cl-print for all values printed by `describe-variable'Noam Postavsky2017-08-291-2/+8
* * lisp/emacs-lisp/bytecomp.el: Fix bug#14860.Stefan Monnier2017-07-141-1/+0
* Convert more uses of looking-at to following-charMark Oteiza2017-07-061-3/+3
* * lisp/emacs-lisp/cl-print.el (cl-print-compiled-button): t by default.Noam Postavsky2017-07-021-4/+1
* * lisp/help-fns.el (describe-variable): Let-bind cl-print-compiled-button.Noam Postavsky2017-06-301-1/+4
* Don't read eshell/which output from *Help* buffer (Bug#26894)Noam Postavsky2017-06-271-46/+57
* Fix bug #26529: C-h k errors with a lambda function bound to a key.Alan Mackenzie2017-04-161-2/+4
* * lisp/help-fns.el (describe-symbol): `nil' is not an interesting default.Stefan Monnier2017-04-061-2/+2
* * lisp/help-fns.el (describe-variable): Use cl-print for the valueStefan Monnier2017-03-021-5/+12
* Small help--loaded-p fixGlenn Morris2017-03-011-1/+1
* Fix 'describe-variable' for longish variable valuesEli Zaretskii2017-01-271-1/+1
* Give , and .@ doc strings. Fixes bug #24561.Alan Mackenzie2017-01-231-14/+24
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | * src/data.c (Fmake_variable_frame_local): RemoveStefan Monnier2016-12-211-2/+0
* | Show watchpoints when describing variablesNoam Postavsky2016-12-021-0/+7
* | Merge from origin/emacs-25Paul Eggert2016-10-231-16/+17
|\ \ | |/