Mercurial > emacs
changeset 4393:3e20f4e3dbaa
Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 01 Aug 1993 08:42:46 +0000 |
parents | b64b1b80f371 |
children | 06a92db6c73b |
files | src/syntax.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.")