aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/variables.texi
diff options
context:
space:
mode:
authorEli Zaretskii2018-07-07 11:37:43 +0300
committerEli Zaretskii2018-07-07 11:37:43 +0300
commitfdd7e7d8a80f41336f048174d6d1929fb46d00a8 (patch)
tree683b3ea260527da6e1201863f361452f9c820fc3 /doc/lispref/variables.texi
parent10af9890240d45048cf4553aa731acdb32f7251a (diff)
downloademacs-fdd7e7d8a80f41336f048174d6d1929fb46d00a8.tar.gz
emacs-fdd7e7d8a80f41336f048174d6d1929fb46d00a8.zip
Improve indexing of 'eval-defun' in ELisp manual
* doc/lispref/display.texi (Defining Faces): * doc/lispref/debugging.texi (Explicit Debug): * doc/lispref/customize.texi (Variable Definitions): * doc/lispref/variables.texi (Defining Variables): Add index entries for 'eval-defun'. (Bug#32066)
Diffstat (limited to 'doc/lispref/variables.texi')
-rw-r--r--doc/lispref/variables.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index af1bed461c0..6560660120b 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -461,6 +461,7 @@ form occurs in a @code{let} form with lexical binding enabled), then
461@code{defvar} sets the dynamic value. The lexical binding remains in 461@code{defvar} sets the dynamic value. The lexical binding remains in
462effect until its binding construct exits. @xref{Variable Scoping}. 462effect until its binding construct exits. @xref{Variable Scoping}.
463 463
464@cindex @code{eval-defun}, and @code{defvar} forms
464When you evaluate a top-level @code{defvar} form with @kbd{C-M-x} in 465When you evaluate a top-level @code{defvar} form with @kbd{C-M-x} in
465Emacs Lisp mode (@code{eval-defun}), a special feature of 466Emacs Lisp mode (@code{eval-defun}), a special feature of
466@code{eval-defun} arranges to set the variable unconditionally, without 467@code{eval-defun} arranges to set the variable unconditionally, without