summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
Commit message (Expand)AuthorAgeFilesLines
* 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
| * lisp/help-fns.el (describe-variable): Don't complete keywords.Juanma Barranquero2011-03-111-3/+4
* | * src/eval.c (Ffunction): Use simpler format for closures.Stefan Monnier2011-03-131-2/+1
* | Misc fixes, and use lexical-binding in more files.Stefan Monnier2011-03-111-3/+19
* | 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