diff options
| author | Eli Zaretskii | 2018-07-07 11:37:43 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-07-07 11:37:43 +0300 |
| commit | fdd7e7d8a80f41336f048174d6d1929fb46d00a8 (patch) | |
| tree | 683b3ea260527da6e1201863f361452f9c820fc3 /doc/lispref/variables.texi | |
| parent | 10af9890240d45048cf4553aa731acdb32f7251a (diff) | |
| download | emacs-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.texi | 1 |
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 |
| 462 | effect until its binding construct exits. @xref{Variable Scoping}. | 462 | effect until its binding construct exits. @xref{Variable Scoping}. |
| 463 | 463 | ||
| 464 | @cindex @code{eval-defun}, and @code{defvar} forms | ||
| 464 | When you evaluate a top-level @code{defvar} form with @kbd{C-M-x} in | 465 | When you evaluate a top-level @code{defvar} form with @kbd{C-M-x} in |
| 465 | Emacs Lisp mode (@code{eval-defun}), a special feature of | 466 | Emacs 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 |