projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8254aa
)
* etc/NEWS: Make the `--eval` example slightly more precise
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 16 Mar 2020 17:12:52 +0000
(13:12 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 16 Mar 2020 17:12:52 +0000
(13:12 -0400)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/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).
---