mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
; Fix last change
* doc/lispref/variables.texi (Selecting Lisp Dialect): Update due to bug#79760.
This commit is contained in:
parent
e5130bdecc
commit
1cfd0cf0bd
1 changed files with 6 additions and 5 deletions
|
|
@ -1331,11 +1331,12 @@ lexical binding is enabled if the @var{lexical} argument to
|
|||
@findex eval-expression@r{, and }lexical-binding
|
||||
Lexical binding is also enabled in Lisp Interaction and IELM mode,
|
||||
used in the @file{*scratch*} and @file{*ielm*} buffers, and also when
|
||||
evaluating expressions via @kbd{M-:} (@code{eval-expression}) and when
|
||||
processing the @option{--eval} command-line options of Emacs
|
||||
(@pxref{Action Arguments,,, emacs, The GNU Emacs Manual}) and
|
||||
@command{emacsclient} (@pxref{emacsclient Options,,, emacs, The GNU
|
||||
Emacs Manual}).
|
||||
evaluating expressions via @kbd{M-:} (@code{eval-expression}), when
|
||||
processing the @option{--eval}, @option{-x}, and @option{--script}
|
||||
command-line options of Emacs (@pxref{Action Arguments,,, emacs, The GNU
|
||||
Emacs Manual}), and when processing the @option{--eval} command-line
|
||||
option of @command{emacsclient} (@pxref{emacsclient Options,,, emacs,
|
||||
The GNU Emacs Manual}).
|
||||
|
||||
@node Converting to Lexical Binding
|
||||
@subsection Converting to Lexical Binding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue