Mercurial > emacs
changeset 98536:55ce7d80f7dc
(syntax-ppss): Doc fix.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 06 Oct 2008 10:03:59 +0000 |
parents | 4b988d38e8e7 |
children | acd509f38a6a |
files | lisp/ChangeLog lisp/emacs-lisp/syntax.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <schwab@suse.de> + + * emacs-lisp/syntax.el (syntax-ppss): Doc fix. + 2008-10-06 Martin Rudalics <rudalics@gmx.at> * mail/footnote.el: Remove * in defcustom docstrings and tell
--- 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."