summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eldoc.el
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one error in eldoc--handle-docsLars Ingebrigtsen2020-09-221-0/+4
* ; Fix typosStefan Kangas2020-09-211-2/+2
* Allow disabling the verbose eldoc truncation messageLars Ingebrigtsen2020-09-211-2/+11
* Fix ElDoc's eldoc-documentation-enthusiast strategyJoão Távora2020-09-031-9/+9
* Prevent ElDoc blinking when eldoc-documentation-enthusiast is usedJoão Távora2020-08-291-2/+3
* Merge two conditions and fix indentationJonas Bernoulli2020-08-131-4/+4
* Make newer ElDoc versions are compatible with Emacs < 28João Távora2020-07-271-6/+10
* Bring back ElDoc's eldoc-display-message-p, but obsolete itJoão Távora2020-07-271-1/+7
* Don't needlessly request docs from ElDoc functionsJoão Távora2020-07-231-19/+42
* Fix ElDoc bugs around eldoc-echo-area-use-multiline-p.João Távora2020-07-191-9/+13
* ; Reword bits of ElDoc internal documentationJoão Távora2020-07-191-66/+66
* ;Fix eldoc regression bug#42365Tassilo Horn2020-07-151-2/+3
* Consistently stylize eldoc as ElDoc in more proseBasil L. Contovounesios2020-07-141-6/+6
* Fix a typo in eldoc.elJames N. V. Cash2020-07-121-1/+1
* 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
|\