[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-27 4df0c1c: ; * src/lread.c (force_new_style_backquotes): Fix refe
From: |
Simen Heggestøyl |
Subject: |
emacs-27 4df0c1c: ; * src/lread.c (force_new_style_backquotes): Fix reference. |
Date: |
Fri, 17 Jan 2020 09:01:21 -0500 (EST) |
branch: emacs-27
commit 4df0c1c6c4627e83ba3b2a76ce618af6ef180a57
Author: Simen Heggestøyl <address@hidden>
Commit: Simen Heggestøyl <address@hidden>
; * src/lread.c (force_new_style_backquotes): Fix reference.
---
src/lread.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lread.c b/src/lread.c
index b469729..af7480a 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -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. */);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-27 4df0c1c: ; * src/lread.c (force_new_style_backquotes): Fix reference.,
Simen Heggestøyl <=