summaryrefslogtreecommitdiff
path: root/src/lread.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2020-01-17 07:50:28 -0800
committerGlenn Morris <rgm@gnu.org>2020-01-17 07:50:28 -0800
commitd97a77c481ec913d8c3c24f2eecdc41a28243678 (patch)
tree2adcb280b6e179e6f93e12cfa6c073ceb2c89a41 /src/lread.c
parent8c376493fcce89710cf3e0e92e6d5ab085a62623 (diff)
parent4df0c1c6c4627e83ba3b2a76ce618af6ef180a57 (diff)
downloademacs-d97a77c481ec913d8c3c24f2eecdc41a28243678.tar.gz
Merge from origin/emacs-27
4df0c1c6c4 (origin/emacs-27) ; * src/lread.c (force_new_style_backquo... 069741b2f7 ; * etc/NEWS: Mention latest changes in checkdoc. (Bug#38... a785be29bf Fix wording and punctuation of a recent commit 0d3d3be35c Merge branch 'emacs-27' of git.savannah.gnu.org:/srv/git/e... 5da372e17e ; Minor edit in anti.texi # Conflicts: # etc/NEWS
Diffstat (limited to 'src/lread.c')
-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! */);
If nil, `load' and `read' raise errors when encountering some
old-style variants of backquote and comma. If non-nil, these
constructs are always interpreted as described in the Info node
-`(elisp)Backquotes', even if that interpretation is incompatible with
+`(elisp)Backquote', even if that interpretation is incompatible with
previous versions of Emacs. Setting this variable to non-nil makes
Emacs compatible with the behavior planned for Emacs 28. In Emacs 28,
this variable will become obsolete. */);