aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2020-03-16 13:12:52 -0400
committerStefan Monnier2020-03-16 13:12:52 -0400
commita7b8291b6c97de10cd8f6a559987a6cda8fa3d9a (patch)
treed253e617490c478abd0601f24ddb9bf5948c8809
parentf8254aad149b770781b3b0daaae7f49d1b1b8742 (diff)
downloademacs-a7b8291b6c97de10cd8f6a559987a6cda8fa3d9a.tar.gz
emacs-a7b8291b6c97de10cd8f6a559987a6cda8fa3d9a.zip
* etc/NEWS: Make the `--eval` example slightly more precise
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 61fb0832568..b41541c715f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -368,7 +368,7 @@ lexical-binding in mind, or will work unchanged under
368lexical-binding. If, for some reason, your code used in 'M-:' or 368lexical-binding. If, for some reason, your code used in 'M-:' or
369'--eval' doesn't work as result of this change, either modify the code 369'--eval' doesn't work as result of this change, either modify the code
370to work with lexical binding, or wrap it in an extra level of 'eval'. 370to work with lexical binding, or wrap it in an extra level of 'eval'.
371For example, --eval FORM becomes --eval "(eval 'FORM)" (note the extra 371For example, --eval "FORM" becomes --eval "(eval 'FORM)" (note the extra
372quote in 'FORM). 372quote in 'FORM).
373 373
374--- 374---