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: Eduard Wiebe <usenet <at> pusto.de>
Subject: bug#23706: closed (Re: bug#23706: 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 bug report

#23706: 25.0.94; Typo in in doc string (syntax.c)

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 23706 <at> debbugs.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: 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.

[Message part 3 (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);



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.