aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 290b3d3d64e..4e9860d5dc8 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -5070,7 +5070,7 @@ that are loaded before your customizations are read! */);
5070If nil, `load' and `read' raise errors when encountering some 5070If nil, `load' and `read' raise errors when encountering some
5071old-style variants of backquote and comma. If non-nil, these 5071old-style variants of backquote and comma. If non-nil, these
5072constructs are always interpreted as described in the Info node 5072constructs are always interpreted as described in the Info node
5073`(elisp)Backquotes', even if that interpretation is incompatible with 5073`(elisp)Backquote', even if that interpretation is incompatible with
5074previous versions of Emacs. Setting this variable to non-nil makes 5074previous versions of Emacs. Setting this variable to non-nil makes
5075Emacs compatible with the behavior planned for Emacs 28. In Emacs 28, 5075Emacs compatible with the behavior planned for Emacs 28. In Emacs 28,
5076this variable will become obsolete. */); 5076this variable will become obsolete. */);