diff options
| author | Alan Mackenzie | 2006-12-09 23:32:19 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2006-12-09 23:32:19 +0000 |
| commit | 43726c053d38bbc88ffa043fef79a25ee28282ac (patch) | |
| tree | 5230adf116067829b77f51b17f5f80333e712ebd /src/syntax.c | |
| parent | cbf9640e483b348536003a2f6bd03cba194a6ab2 (diff) | |
| download | emacs-43726c053d38bbc88ffa043fef79a25ee28282ac.tar.gz emacs-43726c053d38bbc88ffa043fef79a25ee28282ac.zip | |
* syntax.c (Fpartial_parse_sexp): Correct Docco: Elt 8 of the
result is now neither the last elt nor optional for OLDSTATE.
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 55f73d6d106..5fec9e7d772 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3046,7 +3046,7 @@ Fourth arg STOPBEFORE non-nil means stop when come to | |||
| 3046 | any character that starts a sexp. | 3046 | any character that starts a sexp. |
| 3047 | Fifth arg OLDSTATE is a list like what this function returns. | 3047 | Fifth arg OLDSTATE is a list like what this function returns. |
| 3048 | It is used to initialize the state of the parse. Elements number 1, 2, 6 | 3048 | It is used to initialize the state of the parse. Elements number 1, 2, 6 |
| 3049 | and 8 are ignored; you can leave off element 8 (the last) entirely. | 3049 | and 8 are ignored. |
| 3050 | Sixth arg COMMENTSTOP non-nil means stop at the start of a comment. | 3050 | Sixth arg COMMENTSTOP non-nil means stop at the start of a comment. |
| 3051 | If it is symbol `syntax-table', stop after the start of a comment or a | 3051 | If it is symbol `syntax-table', stop after the start of a comment or a |
| 3052 | string, or after end of a comment or a string. */) | 3052 | string, or after end of a comment or a string. */) |