diff options
author | Daniel Colascione <dan.colascione@gmail.com> | 2011-06-11 17:27:14 -0700 |
---|---|---|
committer | Daniel Colascione <dan.colascione@gmail.com> | 2011-06-11 17:27:14 -0700 |
commit | f0d4059d8cc11c15b92e6bc816ee8e9cea841355 (patch) | |
tree | f03a4eff93524dc482ebbb6a716f8ca97d15fd71 /lisp/emacs-lisp/syntax.el | |
parent | 1100a63ce53c2445fe7f3064b5a0812eb8bcc269 (diff) | |
download | emacs-f0d4059d8cc11c15b92e6bc816ee8e9cea841355.tar.gz |
* emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
Diffstat (limited to 'lisp/emacs-lisp/syntax.el')
-rw-r--r-- | lisp/emacs-lisp/syntax.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el index c012e48b590..7ba7b13af44 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))) |