]> git.eshelyaron.com Git - emacs.git/commitdiff
(syntax-ppss): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Mon, 6 Oct 2008 10:03:59 +0000 (10:03 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 6 Oct 2008 10:03:59 +0000 (10:03 +0000)
lisp/ChangeLog
lisp/emacs-lisp/syntax.el

index c404c3ca43bb668ece32e4a2d614131a2ae58504..57d4b21bad7db9d62bda6e39586d76a2aed7eca9 100644 (file)
@@ -1,3 +1,7 @@
+2008-10-06  Andreas Schwab  <schwab@suse.de>
+
+       * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
+
 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
 
        * mail/footnote.el: Remove * in defcustom docstrings and tell
index be607c52c68093d10a764f85b3115e6d231d6006..cef6ab30d4c10373a9e04b2993fd04c6101df400 100644 (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."