all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#23706: 25.0.94; Typo in in doc string (syntax.c)
@ 2016-06-06 17:12 Eduard Wiebe
  2016-06-07 21:40 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Eduard Wiebe @ 2016-06-06 17:12 UTC (permalink / raw)
  To: 23706


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);





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#23706: 25.0.94; Typo in in doc string (syntax.c)
  2016-06-06 17:12 bug#23706: 25.0.94; Typo in in doc string (syntax.c) Eduard Wiebe
@ 2016-06-07 21:40 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2016-06-07 21:40 UTC (permalink / raw)
  To: 23706-done


Thanks.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-07 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-06 17:12 bug#23706: 25.0.94; Typo in in doc string (syntax.c) Eduard Wiebe
2016-06-07 21:40 ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.