# HG changeset patch # User Richard M. Stallman # Date 744572300 0 # Node ID cef07afc1e9eab3664df208ccdcc7f3055b9c843 # Parent acb5dda629d70772884c826101732e1ffd6001e0 Doc fix. diff -r acb5dda629d7 -r cef07afc1e9e src/syntax.c --- a/src/syntax.c Thu Aug 05 06:54:58 1993 +0000 +++ b/src/syntax.c Thu Aug 05 17:38:20 1993 +0000 @@ -1589,15 +1589,15 @@ 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\