summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
Commit message (Expand)AuthorAge
* * lisp/emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):Stefan Monnier2011-08-05
* * lisp/help-fns.el (describe-variable): Fix message for terminal-local vars.Stefan Monnier2011-06-27
* Silence various byte-compiler warnings.Stefan Monnier2011-06-01
* Miscellaneous tweaks.Stefan Monnier2011-06-01
* In describe-function, print the parent of a derived mode.Chong Yidong2011-05-28
* Preserve arg names for advice of subr and lexical functions.Stefan Monnier2011-04-13
* lisp/help-fns.el: Fix mistake in previous change.Juanma Barranquero2011-04-05
* lisp/help-fns.el (describe-variable): Fix completion.Juanma Barranquero2011-04-05
* Convert some .el files to lexical scoping.Juanma Barranquero2011-04-04
* Merge from trunkStefan Monnier2011-03-21
|\
| * * lisp/help-fns.el (variable-at-point): Skip leading quotes, if anyKevin Ryde2011-03-14
| * lisp/help-fns.el (describe-variable): Don't complete keywords.Juanma Barranquero2011-03-11
* | * src/eval.c (Ffunction): Use simpler format for closures.Stefan Monnier2011-03-13
* | Misc fixes, and use lexical-binding in more files.Stefan Monnier2011-03-11
* | Merge from trunkStefan Monnier2011-03-06
|\|
| * Fix for another bit of bug#8095, re dir-locals.Glenn Morris2011-02-24
| * * lisp/help-fns.el (describe-function-1): Don't signal an error just becauseStefan Monnier2011-02-22
* | Fix pcase memoizing; change lexbound byte-code marker.Stefan Monnier2011-03-05
* | * doc/lispref/variables.texi (Scope): Mention the availability of lexbind.Stefan Monnier2011-03-01
* | Get rid of funvec.Stefan Monnier2011-02-24
* | Various compiler bug-fixes. MPC seems to run correctly now.Stefan Monnier2011-02-17
* | * lisp/emacs-lisp/byte-lexbind.el: Delete.Stefan Monnier2011-02-12
* | Merge from trunkStefan Monnier2011-02-01
|\|
| * Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
| * Merge from emacs-23Stefan Monnier2011-01-14
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
| * | Merge changes from emacs-23 branchChong Yidong2011-01-02
| |\|
| | * * help-fns.el (describe-variable): Fix 2010-12-17 change (Bug#7511).Leo Liu2010-12-20
| | * * lisp/help-fns.el (describe-variable): Don't emit trailing whitespace (Bug#7...Chong Yidong2010-12-17
| * | * help-fns.el (find-lisp-object-file-name): Locate .emacs from .emacs.elc (Bu...Chong Yidong2010-12-21
* | | Merge from trunkStefan Monnier2010-12-10
|\| |
| * | Replace digest-doc and sorted-doc C programs with Lisp commands.Glenn Morris2010-10-22
* | | Merge from trunkStefan Monnier2010-09-30
|\| |
| * | * lisp/help-fns.el (describe-variable): Add original value, if applicable.Stefan Monnier2010-09-20
* | | Merge from trunkStefan Monnier2010-09-13
|\| |
| * | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-29
| |/
* | Merge from trunkStefan Monnier2010-08-11
|\|
| * * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).Juanma Barranquero2010-07-23
* | New branch for lexbind, losing all history.Stefan Monnier2010-06-13
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* * x-dnd.el (x-dnd-maybe-call-test-function):Stefan Monnier2009-11-13
* Don't require help-mode (to avoid bootstrap issues).Stefan Monnier2009-10-21
* (describe-function-1): Don't burp is the function is not a symbol.Stefan Monnier2009-10-05
* * help-fns.el (help-function-arglist): Don't check advertised-signature-table.Stefan Monnier2009-10-02
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-02
* * emacs-lisp/byte-run.el (advertised-signature-table): New var.Stefan Monnier2009-10-01
* * help-fns.el (help-downcase-arguments): New option, defaulting to nil.Juanma Barranquero2009-09-24
* (find-lisp-object-file-name): When looking for autoloadedGlenn Morris2009-09-15
* (describe-function-1): Mention if a function has a compiler-macro.Glenn Morris2009-09-11
* * faces.el (help-argument-name): Define it here instead ofChong Yidong2009-08-13