# HG changeset patch # User Andreas Schwab # Date 1223287439 0 # Node ID 55ce7d80f7dc64e176419ab7576231b7543fdfc5 # Parent 4b988d38e8e77ff4bc53ac9726690422129d173b (syntax-ppss): Doc fix. diff -r 4b988d38e8e7 -r 55ce7d80f7dc lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 06 06:29:05 2008 +0000 +++ b/lisp/ChangeLog Mon Oct 06 10:03:59 2008 +0000 @@ -1,3 +1,7 @@ +2008-10-06 Andreas Schwab + + * emacs-lisp/syntax.el (syntax-ppss): Doc fix. + 2008-10-06 Martin Rudalics * mail/footnote.el: Remove * in defcustom docstrings and tell diff -r 4b988d38e8e7 -r 55ce7d80f7dc lisp/emacs-lisp/syntax.el --- a/lisp/emacs-lisp/syntax.el Mon Oct 06 06:29:05 2008 +0000 +++ b/lisp/emacs-lisp/syntax.el Mon Oct 06 10:03:59 2008 +0000 @@ -122,7 +122,7 @@ syntax-ppss-stats)) (defun syntax-ppss (&optional pos) - "Parse-Partial-Sexp State at POS. + "Parse-Partial-Sexp State at POS, defaulting to point. The returned value is the same as `parse-partial-sexp' except that the 2nd and 6th values of the returned state cannot be relied upon. Point is at POS when this function returns."