changeset 74542:31287a59d704

* syntax.c (Fpartial_parse_sexp): Correct Docco: Elt 8 of the result is now neither the last elt nor optional for OLDSTATE.
author Alan Mackenzie <acm@muc.de>
date Sat, 09 Dec 2006 23:30:12 +0000
parents 5f5d63f88c96
children d87a22653af6
files src/syntax.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/syntax.c	Sat Dec 09 22:02:40 2006 +0000
+++ b/src/syntax.c	Sat Dec 09 23:30:12 2006 +0000
@@ -3046,7 +3046,7 @@
  any character that starts a sexp.
 Fifth arg OLDSTATE is a list like what this function returns.
  It is used to initialize the state of the parse.  Elements number 1, 2, 6
- and 8 are ignored; you can leave off element 8 (the last) entirely.
+ and 8 are ignored.
 Sixth arg COMMENTSTOP non-nil means stop at the start of a comment.
  If it is symbol `syntax-table', stop after the start of a comment or a
  string, or after end of a comment or a string.  */)