diff options
| author | Stefan Monnier | 2020-03-16 13:12:52 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2020-03-16 13:12:52 -0400 |
| commit | a7b8291b6c97de10cd8f6a559987a6cda8fa3d9a (patch) | |
| tree | d253e617490c478abd0601f24ddb9bf5948c8809 | |
| parent | f8254aad149b770781b3b0daaae7f49d1b1b8742 (diff) | |
| download | emacs-a7b8291b6c97de10cd8f6a559987a6cda8fa3d9a.tar.gz emacs-a7b8291b6c97de10cd8f6a559987a6cda8fa3d9a.zip | |
* etc/NEWS: Make the `--eval` example slightly more precise
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -368,7 +368,7 @@ lexical-binding in mind, or will work unchanged under | |||
| 368 | lexical-binding. If, for some reason, your code used in 'M-:' or | 368 | lexical-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 |
| 370 | to work with lexical binding, or wrap it in an extra level of 'eval'. | 370 | to work with lexical binding, or wrap it in an extra level of 'eval'. |
| 371 | For example, --eval FORM becomes --eval "(eval 'FORM)" (note the extra | 371 | For example, --eval "FORM" becomes --eval "(eval 'FORM)" (note the extra |
| 372 | quote in 'FORM). | 372 | quote in 'FORM). |
| 373 | 373 | ||
| 374 | --- | 374 | --- |