[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] scratch/record 9fce443: Fix typo.
From: |
Lars Brinkhoff |
Subject: |
[Emacs-diffs] scratch/record 9fce443: Fix typo. |
Date: |
Mon, 20 Mar 2017 16:19:18 -0400 (EDT) |
branch: scratch/record
commit 9fce443b4357cf8f65e473485c6ecb7acacad90e
Author: Lars Brinkhoff <address@hidden>
Commit: Lars Brinkhoff <address@hidden>
Fix typo.
---
src/data.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/data.c b/src/data.c
index 7aa71ba..b3be9c7 100644
--- a/src/data.c
+++ b/src/data.c
@@ -3899,7 +3899,7 @@ syms_of_data (void)
DEFVAR_BOOL ("old-struct-compat", old_struct_compat,
doc: /* Non-nil means try to be compatible with old structs.
If a vector has a symbol in its first slot, and that symbol has a prefix
-`cl-struct-', `type-of` will return that symbol as the type of the vector.
*/);
+`cl-struct-', `type-of' will return that symbol as the type of the vector.
*/);
old_struct_compat = false;
DEFSYM (Qwatchers, "watchers");
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] scratch/record 9fce443: Fix typo.,
Lars Brinkhoff <=