1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-14 16:50:58 +00:00

; * doc/emacs/programs.texi (Lisp Doc): Clarofy last change.

This commit is contained in:
Eli Zaretskii 2015-12-16 17:24:43 +02:00
parent 972830c019
commit 4befa436fa
2 changed files with 5 additions and 5 deletions

View 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, 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

View File

@ -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'