summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2020-02-14 16:12:28 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2020-02-14 16:12:28 -0500
commit333cc6a037e3b3300ba69ea361de1f8233c50b48 (patch)
tree05ba2c1f4ff10ac6a6894aadb68bb065e688ba84
parent61216e4ac2fe90984f0a110295783b4e9ada356d (diff)
downloademacs-333cc6a037e3b3300ba69ea361de1f8233c50b48.tar.gz
* etc/NEWS: Improve last change
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8737bb7adb1..b0e17c7c039 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -173,7 +173,8 @@ by mistake and were not useful to Lisp code.
* Lisp Changes in Emacs 28.1
-** Remove final remaining traces of old-style backquotes
+** Remove the 'force-new-style-backquotes' variable.
+This removes the final remaining trace of old-style backquotes.
** The module header 'emacs-module.h' now contains type aliases
'emacs_function' and 'emacs_finalizer' for module functions and