* partial-parse-sexp: Doc-string correction.
@ 2006-12-09 23:33 Alan Mackenzie
0 siblings, 0 replies; only message in thread
From: Alan Mackenzie @ 2006-12-09 23:33 UTC (permalink / raw)
Hi, Emacs!
I've just committed the following change (which is a pure correction,
not seeming to require any discussion).
* syntax.c (Fpartial_parse_sexp): Correct Docco: Elt 8 of the
result is now neither the last elt nor optional for OLDSTATE.
Index: syntax.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/syntax.c,v
retrieving revision 1.201
diff -c -r1.201 syntax.c
*** syntax.c 24 Nov 2006 09:49:37 -0000 1.201
--- syntax.c 9 Dec 2006 23:25:29 -0000
***************
*** 3046,3052 ****
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.
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. */)
--- 3046,3052 ----
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.
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. */)
--
Alan Mackenzie (Munich, Germany)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-12-09 23:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-09 23:33 partial-parse-sexp: Doc-string correction Alan Mackenzie
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.