From: Richard M. Stallman Date: Sun, 21 Dec 1997 01:57:48 +0000 (+0000) Subject: Comment changes. X-Git-Tag: emacs-20.3~2587 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47ab3db57b3d6fe97bd243b5feeb88ea5adf42ec;p=emacs.git Comment changes. --- diff --git a/src/syntax.h b/src/syntax.h index 72699386b6e..595ed80b4c4 100644 --- a/src/syntax.h +++ b/src/syntax.h @@ -49,9 +49,9 @@ enum syntaxcode Sendcomment, /* for a comment-ending character */ Sinherit, /* use the standard syntax table for this character */ Scomment_fence, /* Starts/ends comment which is delimited on the - other side by a char with the same syntaxcode. */ + other side by any char with the same syntaxcode. */ Sstring_fence, /* Starts/ends string which is delimited on the - other side by a char with the same syntaxcode. */ + other side by any char with the same syntaxcode. */ Smax /* Upper bound on codes that are meaningful */ };