summaryrefslogtreecommitdiff
path: root/src/syntax.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-08-05 17:38:20 +0000
committerRichard M. Stallman <rms@gnu.org>1993-08-05 17:38:20 +0000
commit2646342bd4bc88cd8f712f88e5123bffa0b1160b (patch)
tree73f586ab2a19727d1961efa6785212428742878b /src/syntax.c
parente08145b4f1197449be9a6ef6680dd376c2160c35 (diff)
downloademacs-2646342bd4bc88cd8f712f88e5123bffa0b1160b.tar.gz
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\
If fifth arg STATE is omitted or nil,\n\
parsing assumes that FROM is the beginning of a function.\n\
Value is a list of eight elements describing final state of parsing:\n\
- 1. depth in parens.\n\
- 2. character address of start of innermost containing list; nil if none.\n\
- 3. character address of start of last complete sexp terminated.\n\
- 4. non-nil if inside a string.\n\
+ 0. depth in parens.\n\
+ 1. character address of start of innermost containing list; nil if none.\n\
+ 2. character address of start of last complete sexp terminated.\n\
+ 3. non-nil if inside a string.\n\
(it is the character that will terminate the string.)\n\
- 5. t if inside a comment.\n\
- 6. t if following a quote character.\n\
- 7. the minimum paren-depth encountered during this scan.\n\
- 8. t if in a comment of style `b'.\n\
+ 4. t if inside a comment.\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'.\n\
If third arg TARGETDEPTH is non-nil, parsing stops if the depth\n\
in parentheses becomes equal to TARGETDEPTH.\n\
Fourth arg STOPBEFORE non-nil means stop when come to\n\