emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1e25f1d9978: ; * etc/NEWS: Fix wording of a recently-added entry.


From: Eli Zaretskii
Subject: master 1e25f1d9978: ; * etc/NEWS: Fix wording of a recently-added entry.
Date: Sat, 21 Oct 2023 11:18:52 -0400 (EDT)

branch: master
commit 1e25f1d997848375ca301bea8192c806bcd5fa4b
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * etc/NEWS: Fix wording of a recently-added entry.
---
 etc/NEWS | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 609c3fa1596..3810305e9f4 100644
--- a/etc/NEWS
+++ b/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 -*-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]