aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/syntax.el
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2008-10-06 10:03:59 +0000
committerAndreas Schwab <[email protected]>2008-10-06 10:03:59 +0000
commitb55426e9880dec69108d2e56cd6095b0a4abd975 (patch)
tree236ba1257b9a4ff5b19b9047a24bb46c9783d1d3 /lisp/emacs-lisp/syntax.el
parent6a8b4632645ea3d5f065be5849982f98148dc340 (diff)
(syntax-ppss): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/syntax.el')
-rw-r--r--lisp/emacs-lisp/syntax.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el
index be607c52c6..cef6ab30d4 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."