summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Let describe-function work for lambda againNoam Postavsky2016-10-211-16/+17
* | Detect aliases to built-in functionsTino Calancha2016-07-091-6/+10
* | Merge from origin/emacs-25Paul Eggert2016-06-191-1/+2
|\ \ | |/
| * * lisp/help-fns.el (describe-function-1): Avoid reporting advisedGlenn Morris2016-06-131-1/+2
* | Merge from origin/emacs-25Paul Eggert2016-06-191-1/+2
|\ \ | |/
| * * lisp/help-fns.el (describe-function-1):Tino Calancha2016-06-071-1/+2
* | Automatically find vars and functions via definition-prefixesStefan Monnier2016-06-151-3/+60
* | * lisp/help-fns.el (describe-function-1): Avoid reporting advisedGlenn Morris2016-06-071-4/+4
* | 'text-quoting-style' now affects only ` and 'Paul Eggert2016-05-101-1/+1
* | Allow `text-quoting-style' to be `leave', i.e. no translation of quotes.Alan Mackenzie2016-05-041-1/+1
* | Make the legend in describe-categories a linkLars Ingebrigtsen2016-05-011-1/+8
* | Make describe-variable look up the variable in the current bufferLars Ingebrigtsen2016-05-011-10/+16
* | Have describe-variable output multi-line values betterLars Ingebrigtsen2016-04-281-8/+7
* | Merge from origin/emacs-25John Wiegley2016-02-221-1/+0
|\ \ | |/
| * ; * lisp/help-fns.el: Remove outdated comment.Glenn Morris2016-02-151-1/+0
| * Backport: * lisp/files.el: Remove support for extra .dir-locals fileArtur Malabarba2016-01-301-24/+18
|/
* * lisp/help-fns.el (describe-variable): Fix a left-over parenthesisArtur Malabarba2016-01-161-1/+1
* * lisp/files.el (dir-locals--all-files): Use completion instead of wildcardsArtur Malabarba2016-01-161-13/+12
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Disambiguate variable help a bit betterPaul Eggert2015-11-241-2/+6
* Document 'describe-symbol'Eli Zaretskii2015-11-141-1/+4
* Avoid signaling an error in 'describe-symbol'Eli Zaretskii2015-11-141-9/+11
* * lisp/files.el (dir-locals-file): Allow wildcardsArtur Malabarba2015-11-101-18/+25
* ; lisp/help-fns.el: Fix typos in commentsJuanma Barranquero2015-10-301-2/+2
* Fix encoding of saving *Help* buffersEli Zaretskii2015-10-291-1/+6
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-23/+23
* Fix fix for describe-function keybinding confusionPaul Eggert2015-09-051-12/+16
* Fix describe-function keybinding confusionPaul Eggert2015-09-051-3/+3
* Fix minor text quoting problems in lisp top levelPaul Eggert2015-08-281-6/+11
* Prefer directed to neutral quotesPaul Eggert2015-08-241-1/+1
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-32/+22
* Revert "Prefer ‘format’ to ‘substitute-command-keys’"Andreas Schwab2015-08-231-26/+40
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-201-1/+1
* substitute-command-keys a few more doc stringsPaul Eggert2015-08-151-2/+4
* Allow describe-function helpers to access buffer-local values.Stephen Leake2015-08-151-12/+34
* Prefer ‘format’ to ‘substitute-command-keys’Paul Eggert2015-08-141-38/+22
* fix link to source code in help windowIvan Kanis2015-08-091-13/+1
* Add online-help support to describe typesStefan Monnier2015-07-071-16/+7
* (describe-symbol): Rewrite describe-function-or-variableStefan Monnier2015-07-061-14/+59
* Improve the optional translation of quotesPaul Eggert2015-06-191-26/+45
* Better fix for documenting `X as "`X"Paul Eggert2015-06-131-2/+6
* Fix quoting of help for functions with odd namesPaul Eggert2015-06-111-25/+28