From b55426e9880dec69108d2e56cd6095b0a4abd975 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 6 Oct 2008 10:03:59 +0000 Subject: [PATCH] (syntax-ppss): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/emacs-lisp/syntax.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c404c3ca43b..57d4b21bad7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el index be607c52c68..cef6ab30d4c 100644 --- a/lisp/emacs-lisp/syntax.el +++ b/lisp/emacs-lisp/syntax.el @@ -122,7 +122,7 @@ point (where the PPSS is equivalent to nil).") 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." -- 2.39.5