emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#23706: closed (25.0.94; Typo in in doc string (syn


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23706: closed (25.0.94; Typo in in doc string (syntax.c))
Date: Tue, 07 Jun 2016 21:41:03 +0000

Your message dated Tue, 07 Jun 2016 17:40:11 -0400
with message-id <address@hidden>
and subject line Re: bug#23706: 25.0.94; Typo in in doc string (syntax.c)
has caused the debbugs.gnu.org bug report #23706,
regarding 25.0.94; Typo in in doc string (syntax.c)
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
23706: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23706
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.94; Typo in in doc string (syntax.c) Date: Mon, 06 Jun 2016 19:12:36 +0200
Typo in `comment-end-can-be-escaped' doc string (syntax.c)


diff --git a/src/syntax.c b/src/syntax.c
index 16b7fab..01c56c8 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -3712,1 +3712,1 @@ 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);



--- End Message ---
--- Begin Message --- Subject: Re: bug#23706: 25.0.94; Typo in in doc string (syntax.c) Date: Tue, 07 Jun 2016 17:40:11 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Thanks.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]