summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eldoc.el
Commit message (Expand)AuthorAgeFilesLines
...
* Sort out ElDoc backward compatibility of eldoc-documentation-functionJoão Távora2020-07-121-5/+22
* Fix placement of Eldoc docs during eval-expression (bug#42309)João Távora2020-07-101-36/+40
* Revert "Fix Eldoc problem when loading on Emacs 26.3"João Távora2020-07-101-4/+1
* Fix byte compilation warning in EldocJoão Távora2020-07-101-1/+1
* Fix Eldoc problem when loading on Emacs 26.3João Távora2020-07-101-1/+4
* Unbreak M-x eldocJoão Távora2020-07-091-13/+16
* Prevent infloop in Eldoc message truncation algorithmJoão Távora2020-07-091-1/+1
* Improve Eldoc docstringsJoão Távora2020-07-081-31/+87
* Change version scheme of two Eldoc obsolete specsJoão Távora2020-07-081-2/+2
* Adjust Eldoc documentation after Eli's reviewJoão Távora2020-07-081-95/+106
* Make more parts of Emacs use new Eldoc capabilitiesJoão Távora2020-07-081-34/+4
* * lisp/emacs-lisp/eldoc.el (Version): Bump to 1.1.0João Távora2020-07-081-1/+1
* New M-x eldoc for on-demand and interactive documentation requestsJoão Távora2020-07-081-0/+3
* Better handle asynchronous Eldoc sourcesJoão Távora2020-07-081-86/+316
* Turn Eldoc, Xref and Project into GNU ELPA :core packagesJoão Távora2020-05-131-0/+5
* * lisp/emacs-lisp/eldoc.el: Remove redundant `:group` argumentsStefan Monnier2020-03-121-35/+23
* * lisp/emacs-lisp/eldoc.el (eldoc--supported-p): Understand the "old" APIStefan Monnier2020-03-121-1/+10
* * lisp/emacs-lisp/eldoc.el (eldoc-documentation-function): No nil valueStefan Monnier2020-02-261-12/+7
* Expose ElDoc functions in a hook (Bug#28257)Mark Oteiza2020-02-251-17/+60
* 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