aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-05 17:38:20 +0000
committerRichard M. Stallman1993-08-05 17:38:20 +0000
commitaf50f9e58506b341fda37166a4a32c3f8aa05214 (patch)
tree089164bce372c3e10eb71185c24324f2c6d5cf5f /src/syntax.c
parent6961bfbfdc81e5d5006a1dd77d886197f83b8a1d (diff)
downloademacs-af50f9e58506b341fda37166a4a32c3f8aa05214.tar.gz
emacs-af50f9e58506b341fda37166a4a32c3f8aa05214.zip
Doc fix.
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/syntax.c b/src/syntax.c
index e91d000bcc0..f0d56ee6263 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -1589,15 +1589,15 @@ Parsing stops at TO or when certain criteria are met;\n\
1589If fifth arg STATE is omitted or nil,\n\ 1589If fifth arg STATE is omitted or nil,\n\
1590 parsing assumes that FROM is the beginning of a function.\n\ 1590 parsing assumes that FROM is the beginning of a function.\n\
1591Value is a list of eight elements describing final state of parsing:\n\ 1591Value is a list of eight elements describing final state of parsing:\n\
1592 1. depth in parens.\n\ 1592 0. depth in parens.\n\
1593 2. character address of start of innermost containing list; nil if none.\n\ 1593 1. character address of start of innermost containing list; nil if none.\n\
1594 3. character address of start of last complete sexp terminated.\n\ 1594 2. character address of start of last complete sexp terminated.\n\
1595 4. non-nil if inside a string.\n\ 1595 3. non-nil if inside a string.\n\
1596 (it is the character that will terminate the string.)\n\ 1596 (it is the character that will terminate the string.)\n\
1597 5. t if inside a comment.\n\ 1597 4. t if inside a comment.\n\
1598 6. t if following a quote character.\n\ 1598 5. t if following a quote character.\n\
1599 7. the minimum paren-depth encountered during this scan.\n\ 1599 6. the minimum paren-depth encountered during this scan.\n\
1600 8. t if in a comment of style `b'.\n\ 1600 7. t if in a comment of style `b'.\n\
1601If third arg TARGETDEPTH is non-nil, parsing stops if the depth\n\ 1601If third arg TARGETDEPTH is non-nil, parsing stops if the depth\n\
1602in parentheses becomes equal to TARGETDEPTH.\n\ 1602in parentheses becomes equal to TARGETDEPTH.\n\
1603Fourth arg STOPBEFORE non-nil means stop when come to\n\ 1603Fourth arg STOPBEFORE non-nil means stop when come to\n\