aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2015-12-16 16:38:06 +0200
committerEli Zaretskii2015-12-16 16:38:06 +0200
commitf92ba5db978f06174cd217c63a18d6b0295bbc44 (patch)
tree183865f09b61afd120ed5d5c56684d55712da7f5 /etc
parent8df2eb9dc599c9eb95eea51fe7d45e972cb275f1 (diff)
downloademacs-f92ba5db978f06174cd217c63a18d6b0295bbc44.tar.gz
emacs-f92ba5db978f06174cd217c63a18d6b0295bbc44.zip
Document Eldoc changes
* doc/emacs/programs.texi (Lisp Doc): Document Global Eldoc mode.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d65e9dd6fa6..2b21f8b6f84 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -554,8 +554,16 @@ this you can tell Edebug not to stop at the start of the first
554instrumented function. 554instrumented function.
555 555
556** ElDoc 556** ElDoc
557
558+++
557*** New minor mode `global-eldoc-mode' 559*** New minor mode `global-eldoc-mode'
560It is turned on by default in `*scratch*' and other buffers whose
561major mode supports Emacs Lisp.
562
563---
558*** `eldoc-documentation-function' now defaults to `ignore' 564*** `eldoc-documentation-function' now defaults to `ignore'
565
566---
559*** `describe-char-eldoc' displays information about character at point, 567*** `describe-char-eldoc' displays information about character at point,
560and can be used as a default value of `eldoc-documentation-function'. It is 568and can be used as a default value of `eldoc-documentation-function'. It is
561useful when, for example, one needs to distinguish various spaces (e.g. ] [, 569useful when, for example, one needs to distinguish various spaces (e.g. ] [,