summaryrefslogtreecommitdiff
path: root/src/syntax.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-08-01 08:42:46 +0000
committerRichard M. Stallman <rms@gnu.org>1993-08-01 08:42:46 +0000
commit8d5b4f501dff963a925ef50555d26297e7356c9d (patch)
tree1564b434537bdddc59bee2f4ce7211406939b51b /src/syntax.c
parent8e9abfe10b0fafccb3f6ecdcee1a0253ada6ee18 (diff)
downloademacs-8d5b4f501dff963a925ef50555d26297e7356c9d.tar.gz
Doc fix.
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index c16c371f0c7..e91d000bcc0 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -1602,7 +1602,7 @@ If third arg TARGETDEPTH is non-nil, parsing stops if the depth\n\
in parentheses becomes equal to TARGETDEPTH.\n\
Fourth arg STOPBEFORE non-nil means stop when come to\n\
any character that starts a sexp.\n\
-Fifth arg STATE is a seven-list like what this function returns.\n\
+Fifth arg STATE is an eight-list like what this function returns.\n\
It is used to initialize the state of the parse. Its second and third
elements are ignored.
Sixth args COMMENTSTOP non-nil means stop at the start of a comment.")