From: Richard M. Stallman Date: Sun, 1 Aug 1993 08:42:46 +0000 (+0000) Subject: Doc fix. X-Git-Tag: emacs-19.34~11458 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec11639d935da95a42a0b08680dc84b760d7021d;p=emacs.git Doc fix. --- 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.")