aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/variables.texi10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index 33897bb6336..abcd4bbd0f7 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -1187,8 +1187,14 @@ When evaluating Emacs Lisp code directly using an @code{eval} call,
1187lexical binding is enabled if the @var{lexical} argument to 1187lexical 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
1190Lexical binding is also enabled in Lisp Interaction and IELM 1190@findex eval-expression@r{, and }lexical-binding
1191mode, used in the @file{*scratch*} and @file{*ielm*} buffers. 1191Lexical binding is also enabled in Lisp Interaction and IELM mode,
1192used in the @file{*scratch*} and @file{*ielm*} buffers, and also when
1193evaluating expressions via @kbd{M-:} (@code{eval-expression}) and when
1194processing the @option{--eval} command-line options of Emacs
1195(@pxref{Action Arguments,,, emacs, The GNU Emacs Manual}) and
1196@command{emacsclient} (@pxref{emacsclient Options,,, emacs, The GNU
1197Emacs Manual}).
1192 1198
1193@cindex special variables 1199@cindex special variables
1194 Even when lexical binding is enabled, certain variables will 1200 Even when lexical binding is enabled, certain variables will