* emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
authorDaniel Colascione <dan.colascione@gmail.com>
Sun, 12 Jun 2011 00:27:14 +0000 (17:27 -0700)
committerDaniel Colascione <dan.colascione@gmail.com>
Sun, 12 Jun 2011 00:27:14 +0000 (17:27 -0700)
lisp/ChangeLog
lisp/emacs-lisp/syntax.el

index 2639195..8d5f151 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
+
+       * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
+
 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
 
        * image.el (image-animated-p): Return animation delay in seconds.
index c012e48..7ba7b13 100644 (file)
@@ -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)))