summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eldoc.el
Commit message (Expand)AuthorAgeFilesLines
* (eldoc-function-argstring-format): Deal with the case that specialJuanma Barranquero2007-09-261-1/+2
* (eldoc-message-commands-table-size, eldoc-message-commands,Juanma Barranquero2007-09-261-4/+4
* Nikolaj Schumacher <n_schumacher at web.de> (tiny change)Glenn Morris2007-08-241-1/+6
* (eldoc-get-fnsym-args-string): Doc fix.Glenn Morris2007-08-191-8/+11
* (eldoc-get-fnsym-args-string): ConvertGlenn Morris2007-08-181-41/+53
* (eldoc-get-fnsym-args-string): Make second argument optional, forGlenn Morris2007-08-081-4/+5
* Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | (eldoc-last-data): Revise documentation.Stefan Monnier2007-07-121-30/+90
|/
* (turn-on-eldoc-mode): Doc fix.Richard M. Stallman2007-05-061-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Update copyright years.Glenn Morris2006-12-071-1/+1
* * window.el (mouse-autoselect-window-timer)Chong Yidong2006-09-081-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Move comments into docstrings.Stefan Monnier2005-10-041-65/+44
* Add move-beginning-of-line, move-end-of-line, end-of-line,Eli Zaretskii2005-08-121-4/+5
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (eldoc-mode): Doc fix.Luc Teirlinck2005-05-181-3/+3
* (eldoc-documentation-function): Add autoload.Richard M. Stallman2005-05-141-0/+1
* Fix previous change.Richard M. Stallman2005-04-261-1/+1
* (eldoc-mode): Doc fix.Richard M. Stallman2005-04-261-14/+8
* (eldoc-mode): Specify :group.Lute Kamstra2005-04-041-2/+3
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196Miles Bader2004-04-101-2/+0
* (eldoc-print-current-symbol-info-function):Dave Love2003-09-061-12/+28
* Add arch taglinesMiles Bader2003-09-011-1/+2
* (eldoc-echo-area-use-multiline-p): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-4/+4
* (eldoc-echo-area-multiline-supported-p, eldoc-use-idle-timer-p): Remove.Stefan Monnier2003-02-111-93/+35
* Update copyright.John Paul Wallington2003-01-031-2/+2
* (eldoc-get-var-docstring): Only return aJohn Paul Wallington2003-01-031-11/+12
* (eldoc-print-current-symbol-info):Stefan Monnier2002-11-191-163/+24
* (eldoc-minor-mode-string): Fix custom type.Richard M. Stallman2002-01-081-3/+3
* (eldoc-mode): Use define-minor-mode.Stefan Monnier2001-11-161-47/+17
* (eldoc): Don't make parent of itself.Andreas Schwab2000-12-021-2/+1
* (eldoc-minor-mode-string): Add autoload cookie; otherwise autoloadedNoah Friedman2000-07-241-41/+87
* (eldoc-argument-case): Fix customize type.Andreas Schwab1998-10-301-2/+4
* (eldoc-message): Check for 1-arg case, and store string inNoah Friedman1998-09-191-104/+126
* [top level]: Add `up-list' and `down-list' to eldoc-message-commands.Noah Friedman1997-07-091-2/+3
* (eldoc-message-commands): Move docstring into comments, since this isn'tNoah Friedman1997-05-221-27/+36
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-141-9/+21
* (eldoc-idle-delay): Make defvar, not defconst.Noah Friedman1997-03-271-4/+4
* (eldoc-message-commands): Doc fixes.Noah Friedman1997-02-191-138/+184
* (eldoc-display-message-p): New function.Noah Friedman1997-02-041-13/+23
* Update copyright notice to reflect assignment to FSF and incorporationNoah Friedman1997-02-031-203/+278
* (eldoc-function-argstring-from-docstring): Add search that finds arglistNoah Friedman1996-10-041-3/+11
* (eldoc-mode): Toggle eldoc-mode if no prefix given.Noah Friedman1996-07-141-4/+6
* (eldoc-message): New macro.Noah Friedman1995-11-251-9/+16
* (eldoc-mode-print-current-symbol-info): Do nothing if executing-macro.Noah Friedman1995-11-211-2/+3
* (eldoc-minor-mode-string): New variable.Noah Friedman1995-11-181-3/+6
* (top level): Make sure to set global minor-mode-alist, not local one.Noah Friedman1995-11-131-11/+25