From: Glenn Morris Date: Tue, 7 Jun 2016 21:39:19 +0000 (-0400) Subject: * src/syntax.c (syms_of_syntax) : Doc fix. X-Git-Tag: emacs-25.0.95~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56fa055;p=emacs.git * src/syntax.c (syms_of_syntax) : Doc fix. --- 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);