From: Eli Zaretskii Date: Wed, 16 Dec 2015 15:24:43 +0000 (+0200) Subject: ; * doc/emacs/programs.texi (Lisp Doc): Clarofy last change. X-Git-Tag: emacs-25.0.90~458 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4befa436fa122b72a77f20d3251217b3d994dcf9;p=emacs.git ; * doc/emacs/programs.texi (Lisp Doc): Clarofy last change. --- diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 39839029d24..8423b70203c 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -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, 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). +Eldoc mode, which is turned on by default, and affects buffers, such +as @samp{*scratch*}, whose major mode is Emacs Lisp or Lisp +Interaction (@w{@kbd{M-x global-eldoc-mode}} to turn it off globally). @node Hideshow @section Hideshow minor mode diff --git a/etc/NEWS b/etc/NEWS index 2b145762faa..d699d37be6c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -557,8 +557,8 @@ instrumented function. +++ *** New minor mode `global-eldoc-mode' -It is turned on by default, and turns on `eldoc-mode' in `*scratch*' -and other buffers whose major mode supports Emacs Lisp. +It is turned on by default, and affects `*scratch*' and other buffers +whose major mode supports Emacs Lisp. --- *** `eldoc-documentation-function' now defaults to `ignore'