| Commit message (Expand) | Author | Age | Files | Lines |
* | * lisp/help-fns.el (describe-function): More type checking. | Glenn Morris | 2015-04-24 | 1 | -15/+18 |
* | Fix byte-compiler warnings about looking-back. | Stefan Monnier | 2015-04-20 | 1 | -1/+1 |
* | * lisp/help-fns.el (help-fns--signature): Keep doc for keymap. | Christopher Genovese | 2015-02-09 | 1 | -1/+3 |
* | help-fns.el (describe-function-or-variable): New function on `C-h o' | Artur Malabarba | 2015-02-05 | 1 | -0/+31 |
* | Improve handling of doc-strings and describe-function for cl-generic | Stefan Monnier | 2015-01-16 | 1 | -7/+19 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -2/+2 |
* | Merge from emacs-24; up to 2014-06-11T19:33:14Z!rgm@gnu.org | Glenn Morris | 2014-06-25 | 1 | -1/+1 |
|\ |
|
| * | * lisp/help-fns.el (describe-function-1): Check file-name is a string before | Stefan Monnier | 2014-06-24 | 1 | -1/+1 |
* | | Merge from emacs-24; up to 2014-05-08T03:34:20Z!rgm@gnu.org | Glenn Morris | 2014-05-07 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | * lisp/help-fns.el (describe-function-1): Test for an autoload before a macro | Glenn Morris | 2014-05-05 | 1 | -7/+6 |
* | | Include interactive-only information in describe-function output | Glenn Morris | 2014-03-22 | 1 | -2/+25 |
|/ |
|
* | Move some help functions from help-fns.el to help.el, which is preloaded. | Glenn Morris | 2014-03-13 | 1 | -103/+0 |
* | Replace "Maintainer: FSF" with the emacs-devel mailing address | Glenn Morris | 2014-02-09 | 1 | -1/+1 |
* | * lisp/help-fns.el (describe-variable): | Glenn Morris | 2014-02-07 | 1 | -5/+10 |
* | * help-fns.el (describe-variable): Fix case where value is directory-local | Ingo Lohmar | 2014-02-07 | 1 | -1/+2 |
* | * lisp/help-fns.el (help-C-file-name): Handle advised functions. | Stefan Monnier | 2014-02-01 | 1 | -9/+5 |
* | Add new hook to augment help buffers. | David Engster | 2014-01-07 | 1 | -5/+12 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Fix describe-function with advised functions. | Tassilo Horn | 2013-12-07 | 1 | -19/+30 |
* | lisp/help-fns.el (describe-variable): Add extra line for permanent-local vars. | Juanma Barranquero | 2013-06-15 | 1 | -0/+2 |
* | * lisp/help-fns.el (help-fns--compiler-macro): If the handler function is | Stefan Monnier | 2013-06-11 | 1 | -8/+13 |
* | * help-fns.el (find-lisp-object-file-name): Give special treatment | Glenn Morris | 2013-02-14 | 1 | -4/+8 |
* | * lisp/help-fns.el (help-split-fundoc): Don't insert byte-compiled body. | Stefan Monnier | 2013-02-01 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
* | | * help-fns.el (describe-variable): Make sure we get the right buffer name. | Chong Yidong | 2012-12-21 | 1 | -1/+1 |
|/ |
|
* | * src/doc.c (get_doc_string): Don't signal an error if the file is missing. | Stefan Monnier | 2012-10-12 | 1 | -9/+5 |
* | * lisp/help-fns.el (describe-function-1): Handle autoloads w/o docstrings. | Stefan Monnier | 2012-10-11 | 1 | -1/+1 |
* | * help-fns.el (help-fns--obsolete): Fix last change. | Chong Yidong | 2012-09-30 | 1 | -2/+1 |
* | Minor fixes for the function obsolescence feature. | Chong Yidong | 2012-09-25 | 1 | -6/+10 |
* | * help-fns.el (describe-variable): Fix typo. (bug#12346) | Bastien Guerry | 2012-09-11 | 1 | -1/+1 |
* | * help-fns.el (help-fns--key-bindings): Abbreviate non-symbol remap targets. | Christopher Schmidt | 2012-08-22 | 1 | -3/+5 |
* | * lisp/help-fns.el (help-fns--key-bindings, help-fns--signature) | Stefan Monnier | 2012-08-06 | 1 | -122/+127 |
* | Improvements to local-variable reporting in `describe-variable'. | Chong Yidong | 2012-08-05 | 1 | -33/+49 |
* | Autoload more carefully from Lisp. Follow aliases for function properties. | Stefan Monnier | 2012-07-25 | 1 | -4/+4 |
* | Give permanent-local property to per-buffer variables without defaults. | Chong Yidong | 2012-07-13 | 1 | -1/+4 |
* | Fixes: debbugs:11848 | Andreas Schwab | 2012-07-03 | 1 | -0/+1 |
* | Let C-h f do autoloading, and report if a function was previously autoloaded. | Chong Yidong | 2012-06-27 | 1 | -53/+85 |
* | Miscellaneous minor cleanups and simplifications. | Stefan Monnier | 2012-06-23 | 1 | -2/+6 |
* | Fix compiler-expansion of CL's cXXr functions. | Stefan Monnier | 2012-06-11 | 1 | -14/+22 |
* | Use lexical-binding for all of CL, and clean up its namespace. | Stefan Monnier | 2012-06-11 | 1 | -1/+1 |
* | * help-fns.el (describe-function-1): Clarify description of remapping. | Chong Yidong | 2012-02-26 | 1 | -3/+5 |
* | Update Loading chapter of Emacs manual. | Chong Yidong | 2012-02-10 | 1 | -6/+13 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
* | * lisp/emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args): | Stefan Monnier | 2011-08-05 | 1 | -7/+4 |
* | * lisp/help-fns.el (describe-variable): Fix message for terminal-local vars. | Stefan Monnier | 2011-06-27 | 1 | -6/+12 |
* | Silence various byte-compiler warnings. | Stefan Monnier | 2011-06-01 | 1 | -1/+2 |
* | Miscellaneous tweaks. | Stefan Monnier | 2011-06-01 | 1 | -2/+3 |
* | In describe-function, print the parent of a derived mode. | Chong Yidong | 2011-05-28 | 1 | -0/+15 |