From f0d4059d8cc11c15b92e6bc816ee8e9cea841355 Mon Sep 17 00:00:00 2001 From: Daniel Colascione Date: Sat, 11 Jun 2011 17:27:14 -0700 Subject: [PATCH] * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid. --- 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 2639195f30..8d5f151757 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-06-12 Daniel Colascione + + * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid. + 2011-06-11 Chong Yidong * image.el (image-animated-p): Return animation delay in seconds. diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el index c012e48b59..7ba7b13af4 100644 --- a/lisp/emacs-lisp/syntax.el +++ b/lisp/emacs-lisp/syntax.el @@ -399,7 +399,7 @@ point (where the PPSS is equivalent to nil).") (defun syntax-ppss (&optional 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. +values 2 and 6 values of the returned state cannot be relied upon. Point is at POS when this function returns." ;; Default values. (unless pos (setq pos (point))) -- 2.20.1