emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104640: * emacs-lisp/syntax.el (synt


From: Daniel Colascione
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104640: * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
Date: Sun, 19 Jun 2011 20:36:16 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104640
committer: Daniel Colascione <address@hidden>
branch nick: trunk
timestamp: Sun 2011-06-19 20:36:16 -0700
message:
  * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/syntax.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-19 18:53:49 +0000
+++ b/lisp/ChangeLog    2011-06-20 03:36:16 +0000
@@ -1,3 +1,7 @@
+2011-06-20  Daniel Colascione  <address@hidden>
+
+       * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
+
 2011-06-19  Chong Yidong  <address@hidden>
 
        * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).

=== modified file 'lisp/emacs-lisp/syntax.el'
--- a/lisp/emacs-lisp/syntax.el 2011-06-12 00:27:14 +0000
+++ b/lisp/emacs-lisp/syntax.el 2011-06-20 03:36:16 +0000
@@ -398,8 +398,9 @@
 
 (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
-values 2 and 6 values of the returned state cannot be relied upon.
+The returned value is the same as that of `parse-partial-sexp'
+run from point-min to POS except that values at positions 2 and 6
+in the returned list (counting from 0) cannot be relied upon.
 Point is at POS when this function returns."
   ;; Default values.
   (unless pos (setq pos (point)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]