]> git.eshelyaron.com Git - emacs.git/commitdiff
* syntax.c (Fpartial_parse_sexp): Correct Docco: Elt 8 of the
authorAlan Mackenzie <acm@muc.de>
Sat, 9 Dec 2006 23:32:19 +0000 (23:32 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 9 Dec 2006 23:32:19 +0000 (23:32 +0000)
result is now neither the last elt nor optional for OLDSTATE.

src/ChangeLog
src/syntax.c

index 466a91965c49bc072bf7ec35c2f56ad42a2c651a..dff2056d1eb5bfadfda930806bd64f036ec80e77 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-10  Alan Mackenzie  <acm@muc.de>
+
+       * syntax.c (Fpartial_parse_sexp): Correct Docco: Elt 8 of the
+       result is now neither the last elt nor optional for OLDSTATE.
+
 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
 
        * process.c (Fsignal_process): Doc fix.  Use XFLOAT_DATA to
index 55f73d6d1066c87a995bdbff445015a57707434b..5fec9e7d772b7ac05db8bd071662fa119528077c 100644 (file)
@@ -3046,7 +3046,7 @@ Fourth arg STOPBEFORE non-nil means stop when come to
  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.  */)