summaryrefslogtreecommitdiff
path: root/src/syntax.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-12-21 01:57:48 +0000
committerRichard M. Stallman <rms@gnu.org>1997-12-21 01:57:48 +0000
commit15673d7b68954d55d0eeda7425a44dd6c9024657 (patch)
treebdc0ee705f3f4054db5afbc47c38770b2d97b6e6 /src/syntax.h
parent91b0442065f842758b68d70a253593386402260d (diff)
downloademacs-15673d7b68954d55d0eeda7425a44dd6c9024657.tar.gz
Comment changes.
Diffstat (limited to 'src/syntax.h')
-rw-r--r--src/syntax.h4
1 files changed, 2 insertions, 2 deletions
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 */
};