summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Escape any quotes in the function nameDmitry Gutov2015-06-071-1/+4
* Support curved quotes in doc stringsPaul Eggert2015-05-281-25/+27
* * lisp/help-fns.el (describe-function-1):Glenn Morris2015-05-051-1/+4
* * lisp/help-fns.el (describe-function): More type checking.Glenn Morris2015-04-241-15/+18
* Fix byte-compiler warnings about looking-back.Stefan Monnier2015-04-201-1/+1
* * lisp/help-fns.el (help-fns--signature): Keep doc for keymap.Christopher Genovese2015-02-091-1/+3
* help-fns.el (describe-function-or-variable): New function on `C-h o'Artur Malabarba2015-02-051-0/+31
* Improve handling of doc-strings and describe-function for cl-genericStefan Monnier2015-01-161-7/+19
* Update copyright year to 2015Paul Eggert2015-01-011-2/+2
* Merge from emacs-24; up to 2014-06-11T19:33:14Z!rgm@gnu.orgGlenn Morris2014-06-251-1/+1
|\
| * * lisp/help-fns.el (describe-function-1): Check file-name is a string beforeStefan Monnier2014-06-241-1/+1
* | Merge from emacs-24; up to 2014-05-08T03:34:20Z!rgm@gnu.orgGlenn Morris2014-05-071-5/+5
|\|
| * * lisp/help-fns.el (describe-function-1): Test for an autoload before a macroGlenn Morris2014-05-051-7/+6
* | Include interactive-only information in describe-function outputGlenn Morris2014-03-221-2/+25
|/
* Move some help functions from help-fns.el to help.el, which is preloaded.Glenn Morris2014-03-131-103/+0
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* * lisp/help-fns.el (describe-variable):Glenn Morris2014-02-071-5/+10
* * help-fns.el (describe-variable): Fix case where value is directory-localIngo Lohmar2014-02-071-1/+2
* * lisp/help-fns.el (help-C-file-name): Handle advised functions.Stefan Monnier2014-02-011-9/+5
* Add new hook to augment help buffers.David Engster2014-01-071-5/+12
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix describe-function with advised functions.Tassilo Horn2013-12-071-19/+30
* lisp/help-fns.el (describe-variable): Add extra line for permanent-local vars.Juanma Barranquero2013-06-151-0/+2
* * lisp/help-fns.el (help-fns--compiler-macro): If the handler function isStefan Monnier2013-06-111-8/+13
* * help-fns.el (find-lisp-object-file-name): Give special treatmentGlenn Morris2013-02-141-4/+8
* * lisp/help-fns.el (help-split-fundoc): Don't insert byte-compiled body.Stefan Monnier2013-02-011-1/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | * help-fns.el (describe-variable): Make sure we get the right buffer name.Chong Yidong2012-12-211-1/+1
|/
* * src/doc.c (get_doc_string): Don't signal an error if the file is missing.Stefan Monnier2012-10-121-9/+5
* * lisp/help-fns.el (describe-function-1): Handle autoloads w/o docstrings.Stefan Monnier2012-10-111-1/+1
* * help-fns.el (help-fns--obsolete): Fix last change.Chong Yidong2012-09-301-2/+1
* Minor fixes for the function obsolescence feature.Chong Yidong2012-09-251-6/+10
* * help-fns.el (describe-variable): Fix typo. (bug#12346)Bastien Guerry2012-09-111-1/+1
* * help-fns.el (help-fns--key-bindings): Abbreviate non-symbol remap targets.Christopher Schmidt2012-08-221-3/+5
* * lisp/help-fns.el (help-fns--key-bindings, help-fns--signature)Stefan Monnier2012-08-061-122/+127
* Improvements to local-variable reporting in `describe-variable'.Chong Yidong2012-08-051-33/+49