summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eldoc.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Add missing :version to two defcustomsStefan Kangas2023-10-141-2/+4
* Fix a defcustom :type in eldoc.elMauro Aranda2023-10-141-1/+3
* Revert "Don't disable eldoc when doing edebug"Eli Zaretskii2023-03-011-0/+1
* ; * lisp/emacs-lisp/eldoc.el (eldoc-display-in-echo-area): Fix typo.Yuan Fu2023-02-221-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Improve and extend documentation of ElDocEli Zaretskii2022-10-211-59/+68
* Don't disable eldoc when doing edebugLars Ingebrigtsen2022-08-021-1/+0
* Use special-mode in eldoc--doc-bufferLars Ingebrigtsen2022-07-231-2/+2
* Make eldoc-echo-area-prefer-doc-buffer consider all framesJoão Távora2022-07-201-2/+3
* Ensure Eldoc buffer displays on interactive M-x eldocJoão Távora2022-07-201-3/+2
* Merge from origin/emacs-28Stefan Kangas2022-07-141-1/+1
|\
| * ; Fix typos: prefer American spellingStefan Kangas2022-07-131-1/+1
* | Allow non-interactive use of eldoc-doc-bufferJoão Távora2022-05-091-8/+11
* | Handle invisible text in Eldoc when calculating sizeAugusto Stoffel2022-03-241-5/+8
* | Allow showing show-paren context in an overlayTassilo Horn2022-02-081-0/+4
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix eldoc usage of newly introduced variableGreg Minshall2021-11-181-1/+2
* | New option show-paren-context-when-offscreenDaniel Martín2021-10-181-1/+8
|/
* Disable 'nobreak-char-display' in Eldoc buffersAugusto Stoffel2021-10-051-0/+1
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-1/+1
* Look for ElDoc buffer in all visible framesBasil L. Contovounesios2021-05-181-1/+1
* ; Fix some typos in doc strings and manualsŠtěpán Němec2021-04-241-8/+8
* Fix typosMattias Engdegård2021-02-181-2/+2
* Fix ElDoc setup for eval-expressionBasil L. Contovounesios2021-02-121-1/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Inhibit quit in ElDoc timer functions (bug#45117)João Távora2020-12-131-5/+1
* Remove interactive spec from internal eldoc--format-doc-bufferJoão Távora2020-12-081-1/+0
* Keep point in the *eldoc* buffer in eldoc-display-in-echo-areaLars Ingebrigtsen2020-11-261-1/+2
* Shoosh byte-compilation warning in lisp/emacs-lisp/eldoc.elJoão Távora2020-10-301-2/+3
* Don't make ElDoc doc buffer visible in buffer list by defaultJoão Távora2020-10-301-18/+30
* Rework semantics of eldoc-echo-are-use-multiline-pJoão Távora2020-10-241-57/+61
* Rename ElDoc user option controlling display of truncation noticeJoão Távora2020-10-241-3/+3
* Rework eldoc-echo-area-prefer-doc-buffer (bug#42532)João Távora2020-10-241-14/+25
* Introduce eldoc-display-functionsJoão Távora2020-10-241-111/+157
* 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