]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/lread.c (force_new_style_backquotes): Fix reference.
authorSimen Heggestøyl <simenheg@gmail.com>
Fri, 17 Jan 2020 13:51:19 +0000 (14:51 +0100)
committerSimen Heggestøyl <simenheg@gmail.com>
Fri, 17 Jan 2020 13:53:13 +0000 (14:53 +0100)
src/lread.c

index b469729242f5e198b1590983616b5e4d48146450..af7480a9769faed2e8bbada4909b3b5b10ec308f 100644 (file)
@@ -5055,7 +5055,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.  */);