aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help-fns.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2014-06-11T19:33:[email protected]Glenn 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:[email protected]Glenn 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:[email protected]Paul 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
* Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier2012-07-251-4/+4
* Give permanent-local property to per-buffer variables without defaults.Chong Yidong2012-07-131-1/+4
* Fixes: debbugs:11848Andreas Schwab2012-07-031-0/+1
* Let C-h f do autoloading, and report if a function was previously autoloaded.Chong Yidong2012-06-271-53/+85
* Miscellaneous minor cleanups and simplifications.Stefan Monnier2012-06-231-2/+6
* Fix compiler-expansion of CL's cXXr functions.Stefan Monnier2012-06-111-14/+22
* Use lexical-binding for all of CL, and clean up its namespace.Stefan Monnier2012-06-111-1/+1
* * help-fns.el (describe-function-1): Clarify description of remapping.Chong Yidong2012-02-261-3/+5
* Update Loading chapter of Emacs manual.Chong Yidong2012-02-101-6/+13
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* * lisp/emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):Stefan Monnier2011-08-051-7/+4
* * lisp/help-fns.el (describe-variable): Fix message for terminal-local vars.Stefan Monnier2011-06-271-6/+12
* Silence various byte-compiler warnings.Stefan Monnier2011-06-011-1/+2
* Miscellaneous tweaks.Stefan Monnier2011-06-011-2/+3
* In describe-function, print the parent of a derived mode.Chong Yidong2011-05-281-0/+15
* Preserve arg names for advice of subr and lexical functions.Stefan Monnier2011-04-131-33/+42
* lisp/help-fns.el: Fix mistake in previous change.Juanma Barranquero2011-04-051-1/+1
* lisp/help-fns.el (describe-variable): Fix completion.Juanma Barranquero2011-04-051-2/+2
* Convert some .el files to lexical scoping.Juanma Barranquero2011-04-041-2/+2
* Merge from trunkStefan Monnier2011-03-211-0/+1
|\
| * * lisp/help-fns.el (variable-at-point): Skip leading quotes, if anyKevin Ryde2011-03-141-0/+1