GNU bug report logs - #23706
25.0.94; Typo in in doc string (syntax.c)

Previous Next

Package: emacs;

Reported by: Eduard Wiebe <usenet <at> pusto.de>

Date: Mon, 6 Jun 2016 17:22:02 UTC

Severity: minor

Found in version 25.0.94

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Glenn Morris <rgm <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#23706: closed (25.0.94; Typo in in doc string (syntax.c))
Date: Tue, 07 Jun 2016 21:41:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 07 Jun 2016 17:40:11 -0400
with message-id <kbtwh4r83o.fsf <at> fencepost.gnu.org>
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
help-debbugs <at> gnu.org.)


-- 
23706: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23706
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Eduard Wiebe <usenet <at> pusto.de>
To: bug-gnu-emacs <at> gnu.org
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);


[Message part 3 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 23706-done <at> debbugs.gnu.org
Subject: Re: bug#23706: 25.0.94; Typo in in doc string (syntax.c)
Date: Tue, 07 Jun 2016 17:40:11 -0400
Thanks.


This bug report was last modified 8 years and 353 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.