summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eldoc.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Respect global-eldoc-mode in minibuffers (Bug#36886)Noam Postavsky2019-08-201-1/+18
* Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-261-1/+0
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/emacs-lisp/eldoc.el: Let the user interrupt the searchStefan Monnier2018-12-041-6/+9
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prevent eldoc from changing the mode lineNick Helm2017-10-211-1/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* Simplify eldoc-messageDmitry Gutov2017-08-211-11/+4
* ElDoc: add docstrings and minor refactoringCharles A. Roelli2017-07-221-11/+38
* Enable ElDoc messages after the newline commandDmitry Gutov2017-06-061-1/+1
* Extract eldoc--supported-pDmitry Gutov2017-05-311-2/+5
* Turn global-eldoc-mode into a globalized minor modeDmitry Gutov2017-05-301-20/+9
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * global-eldoc-mode doc fixLars Ingebrigtsen2016-05-011-2/+10
* | global-eldoc-mode doc fixLars Ingebrigtsen2016-05-011-2/+10
* | Cancel the eldoc timer when switching off eldoc modeLars Ingebrigtsen2016-04-291-1/+4
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * lisp/emacs-lisp/eldoc.el: Add back-to-indentation to the command listMark Oteiza2015-10-171-0/+1
* Escape ` and ' in docPaul Eggert2015-09-011-2/+2
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-2/+2
* Make eldoc timer non-repeatableDmitry Gutov2015-07-211-1/+1
* * lisp/cedet/semantic/grammar.el: Fix compiler warnings (bug#20505)Stefan Monnier2015-05-051-1/+26
* eldoc: modify `eldoc-documentation-function' using `add-function'Michal Nazarewicz2015-01-201-1/+6
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/emacs-lisp/eldoc.el (eldoc-documentation-function): Change default.Stefan Monnier2014-12-101-7/+9
* * lisp/emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default.Stefan Monnier2014-10-151-9/+8
* Rename 24.5 to 25.1Stefan Monnier2014-09-291-1/+1
* * lisp/emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.Leo Liu2014-09-271-1/+1
* Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.Stefan Monnier2014-09-261-289/+35
* Spelling fixes.Paul Eggert2014-09-111-1/+1
* * lisp/emacs-lisp/eldoc.el (eldoc-function-argstring): Don't stripStefan Monnier2014-09-041-33/+35
* * lisp/emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle theThierry Volpiatto2014-09-041-16/+56
* * lisp/emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add supportThierry Volpiatto2014-08-181-40/+44
* * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info): RefactorLeo Liu2014-03-311-18/+16
* * emacs-lisp/eldoc.el (eldoc-minibuffer-message): ClearLeo Liu2014-03-101-1/+3
* * etc/NEWS: ElDoc related edit.Glenn Morris2014-01-291-0/+1
* Replace refs to obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'Glenn Morris2014-01-291-3/+3
* * lisp/emacs-lisp/eldoc.el: Properly remove message in minibuffer case.Stefan Monnier2014-01-211-12/+18
* Some minor fixesLeo Liu2014-01-121-1/+1
* Re-implement the feature of showing eldoc info after editing.Leo Liu2014-01-121-24/+28
* * lisp/abbrev.el (define-abbrev): Beware new meaning of fboundp.Stefan Monnier2014-01-061-2/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix eldoc-in-minibuffer's modeline update.Stefan Monnier2013-12-031-11/+8
* Use with-demoted-errors now that it can format any error messagesGlenn Morris2013-09-111-21/+20
* Misc changes to reduce use of `(lambda...); and other cleanups.Stefan Monnier2013-08-291-3/+4