aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimen Heggestøyl2020-01-17 14:51:19 +0100
committerSimen Heggestøyl2020-01-17 14:53:13 +0100
commit4df0c1c6c4627e83ba3b2a76ce618af6ef180a57 (patch)
tree6758ab8490e2ff90b6ca9276f8d9edc8a8027ed9 /src
parent069741b2f7c9c1739176573616892e9e85bd44c5 (diff)
downloademacs-4df0c1c6c4627e83ba3b2a76ce618af6ef180a57.tar.gz
emacs-4df0c1c6c4627e83ba3b2a76ce618af6ef180a57.zip
; * src/lread.c (force_new_style_backquotes): Fix reference.
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
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! */);
5055If nil, `load' and `read' raise errors when encountering some 5055If nil, `load' and `read' raise errors when encountering some
5056old-style variants of backquote and comma. If non-nil, these 5056old-style variants of backquote and comma. If non-nil, these
5057constructs are always interpreted as described in the Info node 5057constructs 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
5059previous versions of Emacs. Setting this variable to non-nil makes 5059previous versions of Emacs. Setting this variable to non-nil makes
5060Emacs compatible with the behavior planned for Emacs 28. In Emacs 28, 5060Emacs compatible with the behavior planned for Emacs 28. In Emacs 28,
5061this variable will become obsolete. */); 5061this variable will become obsolete. */);