summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-06-07 17:39:19 -0400
committerGlenn Morris <rgm@gnu.org>2016-06-07 17:39:19 -0400
commit56fa055bbfcbe57e127d74095f34620c1b88b7eb (patch)
treedecec3b199cce26793c5fbdb05e0891959216dec
parent4c1370a10b63766c95ec62a85f942c41a4152244 (diff)
downloademacs-56fa055bbfcbe57e127d74095f34620c1b88b7eb.tar.gz
emacs-56fa055bbfcbe57e127d74095f34620c1b88b7eb.tar.bz2
emacs-56fa055bbfcbe57e127d74095f34620c1b88b7eb.zip
* src/syntax.c (syms_of_syntax) <comment-end-can-be-escaped>: Doc fix.
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 6f536846466..0af2a21a220 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -3701,7 +3701,7 @@ In both cases, LIMIT bounds the search. */);
Vfind_word_boundary_function_table = Fmake_char_table (Qnil, Qnil);
DEFVAR_BOOL ("comment-end-can-be-escaped", Vcomment_end_can_be_escaped,
- doc: /* Non-nil means an escaped ender inside a comment doesn'tend the comment. */);
+ doc: /* Non-nil means an escaped ender inside a comment doesn't end the comment. */);
Vcomment_end_can_be_escaped = 0;
DEFSYM (Qcomment_end_can_be_escaped, "comment-end-can-be-escaped");
Fmake_variable_buffer_local (Qcomment_end_can_be_escaped);