summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
Commit message (Expand)AuthorAgeFilesLines
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * x-dnd.el (x-dnd-maybe-call-test-function):Stefan Monnier2009-11-131-2/+1
* Don't require help-mode (to avoid bootstrap issues).Stefan Monnier2009-10-211-2/+0
* (describe-function-1): Don't burp is the function is not a symbol.Stefan Monnier2009-10-051-1/+3
* * help-fns.el (help-function-arglist): Don't check advertised-signature-table.Stefan Monnier2009-10-021-11/+12
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-4/+7
* * emacs-lisp/byte-run.el (advertised-signature-table): New var.Stefan Monnier2009-10-011-7/+9
* * help-fns.el (help-downcase-arguments): New option, defaulting to nil.Juanma Barranquero2009-09-241-10/+13
* (find-lisp-object-file-name): When looking for autoloadedGlenn Morris2009-09-151-2/+3
* (describe-function-1): Mention if a function has a compiler-macro.Glenn Morris2009-09-111-2/+14
* * faces.el (help-argument-name): Define it here instead ofChong Yidong2009-08-131-4/+0
* * help-fns.el (describe-variable): Treat list return values fromChong Yidong2009-08-021-1/+6
* (describe-variable): Describe ignored and risky localGlenn Morris2009-07-231-1/+16
* (describe-variable): Add information about file-local and dir-local variables.Juri Linkov2009-07-191-0/+12
* * help-fns.el (describe-function-1): Correctly locate advicedChong Yidong2009-06-281-1/+1
* (find-lisp-object-file-name): Need a buffer position, not just aGlenn Morris2009-02-271-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (describe-function-1): Do char-range check for self-insert-command.Chong Yidong2008-11-151-35/+36
* (describe-categories): Display the terse legend at the head.Kenichi Handa2008-10-251-12/+40
* (describe-function-1, describe-variable): PrintMartin Rudalics2008-09-241-2/+6
* (describe-function-1): Don't print extra newlineMartin Rudalics2008-09-081-795/+797
* (find-lisp-object-file-name): Handle case whereMartin Rudalics2008-09-081-793/+795
* (describe-simplify-lib-file-name, find-source-lisp-file): Removed.Martin Rudalics2008-09-011-106/+133
* (describe-function-1): Handle broken aliases. (Bug#825)Glenn Morris2008-08-301-129/+135
* apply patch from Seiji Zenitani to find doc strings in ns*.m filesAdrian Robert2008-07-281-3/+5
* * help.el (function-called-at-point):Stefan Monnier2008-06-061-13/+13
* (describe-variable-custom-version-info): Handle dottedJohn Paul Wallington2008-05-311-1/+3
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (describe-variable): Undo 2008-02-25 change.Chong Yidong2008-04-031-26/+5
* (describe-function-1, describe-variable): If CURRENT-NAME is nil,Juanma Barranquero2008-03-261-13/+13
* (describe-function-1, describe-variable): If noStefan Monnier2008-03-261-2/+4
* (describe-function-1): Don't signal "missing arglist" for autoloaded keymaps.Stefan Monnier2008-03-191-1/+1
* (describe-variable): Add phrases about initialization file with andRobert J. Chassell2008-02-251-7/+29
* 2008-02-11 Drew Adams <drew.adams@oracle.com>Bastien Guerry2008-02-121-4/+11
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (describe-function-1): Call ad-get-advice-info only on symbols.Richard M. Stallman2007-12-061-1/+2
* | Remove directory part from filenames in function declarations.Glenn Morris2007-12-061-1/+1
* | * frame.el (msdos-mouse-p):Dan Nicolaescu2007-11-211-0/+2
* | (describe-function, describe-variable)Martin Rudalics2007-11-101-6/+4
* | (describe-variable-custom-version-info): New function to returnJohn Paul Wallington2007-10-201-8/+37
* | Whitespace fix.Richard M. Stallman2007-10-191-1/+1
* | (describe-function-1): Don't use the advice orignameRichard M. Stallman2007-10-191-3/+6
* | Revert previous change; it creates a dependencyJuanma Barranquero2007-10-151-1/+0
* | Require advice when compiling.Juanma Barranquero2007-10-151-1/+2
* | (describe-function-1): Find source of advised functions.Richard M. Stallman2007-10-141-5/+13
* | (describe-variable): Add missing " " for multilineStefan Monnier2007-10-101-2/+3
* | (describe-variable): Slightly change the layout ofStefan Monnier2007-10-091-16/+22
* | Johan Bockg� <bojohan at dd.chalmers.se>Glenn Morris2007-09-061-1/+2
* | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\ \