; * src/lread.c (force_new_style_backquotes): Fix reference.

This commit is contained in:
Simen Heggestøyl 2020-01-17 14:51:19 +01:00
parent 069741b2f7
commit 4df0c1c6c4

View file

@ -5055,7 +5055,7 @@ that are loaded before your customizations are read! */);
If nil, `load' and `read' raise errors when encountering some If nil, `load' and `read' raise errors when encountering some
old-style variants of backquote and comma. If non-nil, these old-style variants of backquote and comma. If non-nil, these
constructs are always interpreted as described in the Info node 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 previous versions of Emacs. Setting this variable to non-nil makes
Emacs compatible with the behavior planned for Emacs 28. In Emacs 28, Emacs compatible with the behavior planned for Emacs 28. In Emacs 28,
this variable will become obsolete. */); this variable will become obsolete. */);