]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/programs.texi (Lisp Doc): Clarify last change.
authorEli Zaretskii <eliz@gnu.org>
Wed, 16 Dec 2015 15:18:45 +0000 (17:18 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 16 Dec 2015 15:18:45 +0000 (17:18 +0200)
doc/emacs/programs.texi
etc/NEWS

index e6871e3ff343e336aea18c13064d0b4255f8b817..39839029d241e988137f87b7ccf1af8300cc06b9 100644 (file)
@@ -1268,9 +1268,9 @@ information whenever there is a Lisp function or variable at point;
 for a function, it shows the argument list, and for a variable it
 shows the first line of the variable's documentation string.  To
 toggle Eldoc mode, type @kbd{M-x eldoc-mode}.  There's also a Global
-Eldoc mode, which is turned on by default in buffers whose major mode
-is Emacs Lisp or Lisp Interaction (@kbd{M-x global-eldoc-mode} to turn
-it off).
+Eldoc mode, which is turned on by default, and turns Eldoc mode on in
+buffers whose major mode is Emacs Lisp or Lisp Interaction (@kbd{M-x
+global-eldoc-mode} to turn it off globally).
 
 @node Hideshow
 @section Hideshow minor mode
index 4c5ce3e4207f44ba3ba920a301eb0ccca045ee8a..2b145762faa2a55ca9e33d56b661f91e4872111e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -557,8 +557,8 @@ instrumented function.
 
 +++
 *** New minor mode `global-eldoc-mode'
-It is turned on by default in `*scratch*' and other buffers whose
-major mode supports Emacs Lisp.
+It is turned on by default, and turns on `eldoc-mode' in `*scratch*'
+and other buffers whose major mode supports Emacs Lisp.
 
 ---
 *** `eldoc-documentation-function' now defaults to `ignore'