diff options
| author | Simen Heggestøyl | 2020-01-17 14:51:19 +0100 |
|---|---|---|
| committer | Simen Heggestøyl | 2020-01-17 14:53:13 +0100 |
| commit | 4df0c1c6c4627e83ba3b2a76ce618af6ef180a57 (patch) | |
| tree | 6758ab8490e2ff90b6ca9276f8d9edc8a8027ed9 /src | |
| parent | 069741b2f7c9c1739176573616892e9e85bd44c5 (diff) | |
| download | emacs-4df0c1c6c4627e83ba3b2a76ce618af6ef180a57.tar.gz emacs-4df0c1c6c4627e83ba3b2a76ce618af6ef180a57.zip | |
; * src/lread.c (force_new_style_backquotes): Fix reference.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index b469729242f..af7480a9769 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -5055,7 +5055,7 @@ that are loaded before your customizations are read! */); | |||
| 5055 | If nil, `load' and `read' raise errors when encountering some | 5055 | If nil, `load' and `read' raise errors when encountering some |
| 5056 | old-style variants of backquote and comma. If non-nil, these | 5056 | old-style variants of backquote and comma. If non-nil, these |
| 5057 | constructs are always interpreted as described in the Info node | 5057 | constructs are always interpreted as described in the Info node |
| 5058 | `(elisp)Backquotes', even if that interpretation is incompatible with | 5058 | `(elisp)Backquote', even if that interpretation is incompatible with |
| 5059 | previous versions of Emacs. Setting this variable to non-nil makes | 5059 | previous versions of Emacs. Setting this variable to non-nil makes |
| 5060 | Emacs compatible with the behavior planned for Emacs 28. In Emacs 28, | 5060 | Emacs compatible with the behavior planned for Emacs 28. In Emacs 28, |
| 5061 | this variable will become obsolete. */); | 5061 | this variable will become obsolete. */); |