Mercurial > emacs
changeset 20487:c9224a343630
Comment changes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 21 Dec 1997 01:57:48 +0000 |
parents | 26d12c66acc1 |
children | fd12a2180159 |
files | src/syntax.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/syntax.h Sun Dec 21 01:57:32 1997 +0000 +++ b/src/syntax.h Sun Dec 21 01:57:48 1997 +0000 @@ -49,9 +49,9 @@ 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 */ };