diff options
| author | Richard M. Stallman | 1993-08-01 08:42:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-01 08:42:46 +0000 |
| commit | ec11639d935da95a42a0b08680dc84b760d7021d (patch) | |
| tree | 314667d2af385cd6dea83e24513fb40dd89357eb /src/syntax.c | |
| parent | 4d09905307e94ddcacb765c6f83cd97ef9918d3e (diff) | |
| download | emacs-ec11639d935da95a42a0b08680dc84b760d7021d.tar.gz emacs-ec11639d935da95a42a0b08680dc84b760d7021d.zip | |
Doc fix.
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 2 |
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\ | |||
| 1602 | in parentheses becomes equal to TARGETDEPTH.\n\ | 1602 | in parentheses becomes equal to TARGETDEPTH.\n\ |
| 1603 | Fourth arg STOPBEFORE non-nil means stop when come to\n\ | 1603 | Fourth arg STOPBEFORE non-nil means stop when come to\n\ |
| 1604 | any character that starts a sexp.\n\ | 1604 | any character that starts a sexp.\n\ |
| 1605 | Fifth arg STATE is a seven-list like what this function returns.\n\ | 1605 | Fifth arg STATE is an eight-list like what this function returns.\n\ |
| 1606 | It is used to initialize the state of the parse. Its second and third | 1606 | It is used to initialize the state of the parse. Its second and third |
| 1607 | elements are ignored. | 1607 | elements are ignored. |
| 1608 | Sixth args COMMENTSTOP non-nil means stop at the start of a comment.") | 1608 | Sixth args COMMENTSTOP non-nil means stop at the start of a comment.") |