diff lisp/emacs-lisp/syntax.el @ 98536:55ce7d80f7dc

(syntax-ppss): Doc fix.
author Andreas Schwab <schwab@suse.de>
date Mon, 06 Oct 2008 10:03:59 +0000
parents 90a2847062be
children a9dc0e7c3f2b
line wrap: on
line diff
--- a/lisp/emacs-lisp/syntax.el	Mon Oct 06 06:29:05 2008 +0000
+++ b/lisp/emacs-lisp/syntax.el	Mon Oct 06 10:03:59 2008 +0000
@@ -122,7 +122,7 @@
 	  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."