diff options
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 |