mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
; * etc/NEWS: Fix wording of a recently-added entry.
This commit is contained in:
parent
a3db503351
commit
1e25f1d997
10
etc/NEWS
10
etc/NEWS
@ -1183,12 +1183,12 @@ It is needed to inform the compiler about which dialect of ELisp
|
||||
your code is using: the modern dialect with lexical binding or
|
||||
the old dialect with only dynamic binding.
|
||||
|
||||
Lexical binding avoids some name conflicts and allows the compiler
|
||||
to detect more mistakes and generate more efficient code. To adapt
|
||||
your code to lexical binding, see the "(elisp) Converting to Lexical
|
||||
Binding" section in the manual.
|
||||
Lexical binding avoids some name conflicts and allows the compiler to
|
||||
detect more mistakes and generate more efficient code, so it is
|
||||
recommended. For how to adapt your code to lexical binding, see the
|
||||
manual section "(elisp) Converting to Lexical Binding".
|
||||
|
||||
If you are unable to convert the code to lexical binding, you can insert
|
||||
If your code cannot be converted to lexical binding, you can insert
|
||||
the line
|
||||
|
||||
;;; -*- lexical-binding: nil -*-
|
||||
|
Loading…
Reference in New Issue
Block a user