summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
AgeCommit message (Expand)Author
2012-10-12* src/doc.c (get_doc_string): Don't signal an error if the file is missing.Stefan Monnier
2012-10-11* lisp/help-fns.el (describe-function-1): Handle autoloads w/o docstrings.Stefan Monnier
2012-09-30* help-fns.el (help-fns--obsolete): Fix last change.Chong Yidong
2012-09-25Minor fixes for the function obsolescence feature.Chong Yidong
2012-09-11* help-fns.el (describe-variable): Fix typo. (bug#12346)Bastien Guerry
2012-08-22* help-fns.el (help-fns--key-bindings): Abbreviate non-symbol remap targets.Christopher Schmidt
2012-08-06* lisp/help-fns.el (help-fns--key-bindings, help-fns--signature)Stefan Monnier
2012-08-05Improvements to local-variable reporting in `describe-variable'.Chong Yidong
2012-07-25Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier
2012-07-13Give permanent-local property to per-buffer variables without defaults.Chong Yidong
2012-07-03Fixes: debbugs:11848Andreas Schwab
2012-06-27Let C-h f do autoloading, and report if a function was previously autoloaded.Chong Yidong
2012-06-23Miscellaneous minor cleanups and simplifications.Stefan Monnier
2012-06-11Fix compiler-expansion of CL's cXXr functions.Stefan Monnier
2012-06-11Use lexical-binding for all of CL, and clean up its namespace.Stefan Monnier
2012-02-26* help-fns.el (describe-function-1): Clarify description of remapping.Chong Yidong
2012-02-10Update Loading chapter of Emacs manual.Chong Yidong
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-11-14Spelling fixes.Paul Eggert
2011-08-05* lisp/emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):Stefan Monnier
2011-06-27* lisp/help-fns.el (describe-variable): Fix message for terminal-local vars.Stefan Monnier
2011-06-01Silence various byte-compiler warnings.Stefan Monnier
2011-06-01Miscellaneous tweaks.Stefan Monnier
2011-05-28In describe-function, print the parent of a derived mode.Chong Yidong
2011-04-13Preserve arg names for advice of subr and lexical functions.Stefan Monnier
2011-04-05lisp/help-fns.el: Fix mistake in previous change.Juanma Barranquero
2011-04-05lisp/help-fns.el (describe-variable): Fix completion.Juanma Barranquero
2011-04-04Convert some .el files to lexical scoping.Juanma Barranquero
2011-03-21Merge from trunkStefan Monnier
2011-03-14* lisp/help-fns.el (variable-at-point): Skip leading quotes, if anyKevin Ryde
2011-03-13* src/eval.c (Ffunction): Use simpler format for closures.Stefan Monnier
2011-03-11Misc fixes, and use lexical-binding in more files.Stefan Monnier
2011-03-11lisp/help-fns.el (describe-variable): Don't complete keywords.Juanma Barranquero
2011-03-06Merge from trunkStefan Monnier
2011-03-05Fix pcase memoizing; change lexbound byte-code marker.Stefan Monnier
2011-03-01* doc/lispref/variables.texi (Scope): Mention the availability of lexbind.Stefan Monnier
2011-02-24Get rid of funvec.Stefan Monnier
2011-02-24Fix for another bit of bug#8095, re dir-locals.Glenn Morris
2011-02-22* lisp/help-fns.el (describe-function-1): Don't signal an error just becauseStefan Monnier
2011-02-17Various compiler bug-fixes. MPC seems to run correctly now.Stefan Monnier
2011-02-12* lisp/emacs-lisp/byte-lexbind.el: Delete.Stefan Monnier
2011-02-01Merge from trunkStefan Monnier
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2011-01-02Merge changes from emacs-23 branchChong Yidong
2010-12-21* help-fns.el (find-lisp-object-file-name): Locate .emacs from .emacs.elc (Bu...Chong Yidong
2010-12-20* help-fns.el (describe-variable): Fix 2010-12-17 change (Bug#7511).Leo Liu
2010-12-17* lisp/help-fns.el (describe-variable): Don't emit trailing whitespace (Bug#7...Chong Yidong
2010-12-10Merge from trunkStefan Monnier