# HG changeset patch # User Richard M. Stallman # Date 744194566 0 # Node ID 3e20f4e3dbaab0217eedfb2d36691239204de364 # Parent b64b1b80f371cb3b4f0f0ef77bb0ab8f4aa5c362 Doc fix. diff -r b64b1b80f371 -r 3e20f4e3dbaa src/syntax.c --- a/src/syntax.c Sun Aug 01 07:45:35 1993 +0000 +++ b/src/syntax.c Sun Aug 01 08:42:46 1993 +0000 @@ -1602,7 +1602,7 @@ 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.")