]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Make the `--eval` example slightly more precise
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 16 Mar 2020 17:12:52 +0000 (13:12 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 16 Mar 2020 17:12:52 +0000 (13:12 -0400)
etc/NEWS

index 61fb08325682000e2bb34c20765f353cff789218..b41541c715f6b942641b637a6de7a5164928ec64 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -368,7 +368,7 @@ lexical-binding in mind, or will work unchanged under
 lexical-binding.  If, for some reason, your code used in 'M-:' or
 '--eval' doesn't work as result of this change, either modify the code
 to work with lexical binding, or wrap it in an extra level of 'eval'.
-For example, --eval FORM becomes --eval "(eval 'FORM)" (note the extra
+For example, --eval "FORM" becomes --eval "(eval 'FORM)" (note the extra
 quote in 'FORM).
 
 ---