aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help-fns.el
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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