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
+++
*** 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'