diff options
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/variables.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 1ec97e2f3de..1e357754abe 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -1187,6 +1187,9 @@ When evaluating Emacs Lisp code directly using an @code{eval} call, | |||
| 1187 | lexical binding is enabled if the @var{lexical} argument to | 1187 | lexical binding is enabled if the @var{lexical} argument to |
| 1188 | @code{eval} is non-@code{nil}. @xref{Eval}. | 1188 | @code{eval} is non-@code{nil}. @xref{Eval}. |
| 1189 | 1189 | ||
| 1190 | Lexical binding is also enabled in Lisp Interaction and IELM | ||
| 1191 | mode, used in the @file{*scratch*} and @file{*ielm*} buffers. | ||
| 1192 | |||
| 1190 | @cindex special variables | 1193 | @cindex special variables |
| 1191 | Even when lexical binding is enabled, certain variables will | 1194 | Even when lexical binding is enabled, certain variables will |
| 1192 | continue to be dynamically bound. These are called @dfn{special | 1195 | continue to be dynamically bound. These are called @dfn{special |