emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 a7b8291: * etc/NEWS: Make the `--eval` example slightly more pr


From: Stefan Monnier
Subject: emacs-27 a7b8291: * etc/NEWS: Make the `--eval` example slightly more precise
Date: Mon, 16 Mar 2020 13:12:57 -0400 (EDT)

branch: emacs-27
commit a7b8291b6c97de10cd8f6a559987a6cda8fa3d9a
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * etc/NEWS: Make the `--eval` example slightly more precise
---
 etc/NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/NEWS b/etc/NEWS
index 61fb083..b41541c 100644
--- 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).
 
 ---



reply via email to

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