# HG changeset patch # User Dave Love # Date 961453313 0 # Node ID 5d055597ce9a021ff002fd01b13ce985f4685450 # Parent cbadbdc3bad20f4a6cc0c071d83bc81137fd9471 (Fparse_partial_sexp): Doc fix. diff -r cbadbdc3bad2 -r 5d055597ce9a src/syntax.c --- a/src/syntax.c Mon Jun 19 22:14:24 2000 +0000 +++ b/src/syntax.c Mon Jun 19 22:21:53 2000 +0000 @@ -2784,7 +2784,7 @@ else an integer (the current comment nesting).\n\ 5. t if following a quote character.\n\ 6. the minimum paren-depth encountered during this scan.\n\ - 7. t if in a comment of style b; `syntax-table' if the comment\n\ + 7. t if in a comment of style b; symbol `syntax-table' if the comment\n\ should be terminated by a generic comment delimiter.\n\ 8. character address of start of comment or string; nil if not in one.\n\ 9. Intermediate data for continuation of parsing (subject to change).\n\ @@ -2796,8 +2796,8 @@ It is used to initialize the state of the parse. Elements number 1, 2, 6\n\ and 8 are ignored; you can leave off element 8 (the last) entirely.\n\ Sixth arg COMMENTSTOP non-nil means stop at the start of a comment.\n\ - If it is `syntax-table', stop after the start of a comment or a string,\n\ - or after end of a comment or a string.") + If it is symbol `syntax-table', stop after the start of a comment or a\n\ + string, or after end of a comment or a string.") (from, to, targetdepth, stopbefore, state, commentstop) */