aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.h
diff options
context:
space:
mode:
authorRichard M. Stallman1997-12-21 01:57:48 +0000
committerRichard M. Stallman1997-12-21 01:57:48 +0000
commit47ab3db57b3d6fe97bd243b5feeb88ea5adf42ec (patch)
treedd83fdd1a43d200f26d7d00b0feafcf17a92a38c /src/syntax.h
parentbff37d2a0c94e0ad02948c6022715a7e6c8487eb (diff)
downloademacs-47ab3db57b3d6fe97bd243b5feeb88ea5adf42ec.tar.gz
emacs-47ab3db57b3d6fe97bd243b5feeb88ea5adf42ec.zip
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
49 Sendcomment, /* for a comment-ending character */ 49 Sendcomment, /* for a comment-ending character */
50 Sinherit, /* use the standard syntax table for this character */ 50 Sinherit, /* use the standard syntax table for this character */
51 Scomment_fence, /* Starts/ends comment which is delimited on the 51 Scomment_fence, /* Starts/ends comment which is delimited on the
52 other side by a char with the same syntaxcode. */ 52 other side by any char with the same syntaxcode. */
53 Sstring_fence, /* Starts/ends string which is delimited on the 53 Sstring_fence, /* Starts/ends string which is delimited on the
54 other side by a char with the same syntaxcode. */ 54 other side by any char with the same syntaxcode. */
55 Smax /* Upper bound on codes that are meaningful */ 55 Smax /* Upper bound on codes that are meaningful */
56 }; 56 };
57 57