(syntax-ppss): Doc fix.

This commit is contained in:
Andreas Schwab 2008-10-06 10:03:59 +00:00
parent 6a8b463264
commit b55426e988
2 changed files with 5 additions and 1 deletions

View file

@ -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."