aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help-fns.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkStefan Monnier2011-03-061-8/+15
|\
| * Fix for another bit of bug#8095, re dir-locals.Glenn Morris2011-02-241-7/+13
| * * lisp/help-fns.el (describe-function-1): Don't signal an error just becauseStefan Monnier2011-02-221-1/+2
* | Fix pcase memoizing; change lexbound byte-code marker.Stefan Monnier2011-03-051-3/+23
* | * doc/lispref/variables.texi (Scope): Mention the availability of lexbind.Stefan Monnier2011-03-011-2/+5
* | Get rid of funvec.Stefan Monnier2011-02-241-22/+0
* | Various compiler bug-fixes. MPC seems to run correctly now.Stefan Monnier2011-02-171-1/+1
* | * lisp/emacs-lisp/byte-lexbind.el: Delete.Stefan Monnier2011-02-121-17/+17
* | Merge from trunkStefan Monnier2011-02-011-14/+15
|\|
| * Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| * | Merge changes from emacs-23 branchChong Yidong2011-01-021-9/+5
| |\|
| | * * help-fns.el (describe-variable): Fix 2010-12-17 change (Bug#7511).Leo Liu2010-12-201-1/+1
| | * * lisp/help-fns.el (describe-variable): Don't emit trailing whitespace (Bug#7...Chong Yidong2010-12-171-9/+5
| * | * help-fns.el (find-lisp-object-file-name): Locate .emacs from .emacs.elc (Bu...Chong Yidong2010-12-211-3/+9
* | | Merge from trunkStefan Monnier2010-12-101-1/+105
|\| |
| * | Replace digest-doc and sorted-doc C programs with Lisp commands.Glenn Morris2010-10-221-1/+105
* | | Merge from trunkStefan Monnier2010-09-301-1/+14
|\| |
| * | * lisp/help-fns.el (describe-variable): Add original value, if applicable.Stefan Monnier2010-09-201-1/+14
* | | Merge from trunkStefan Monnier2010-09-131-0/+1
|\| |
| * | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
| |/
* | Merge from trunkStefan Monnier2010-08-111-2/+2
|\|
| * * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).Juanma Barranquero2010-07-231-2/+2
* | New branch for lexbind, losing all history.Stefan Monnier2010-06-131-20/+45
|/
* 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