emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Daniel Colascione
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104566: * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
Date: Sat, 11 Jun 2011 17:27:14 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104566
committer: Daniel Colascione <address@hidden>
branch nick: trunk
timestamp: Sat 2011-06-11 17:27:14 -0700
message:
  * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/syntax.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-11 23:03:16 +0000
+++ b/lisp/ChangeLog    2011-06-12 00:27:14 +0000
@@ -1,3 +1,7 @@
+2011-06-12  Daniel Colascione  <address@hidden>
+
+       * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
+
 2011-06-11  Chong Yidong  <address@hidden>
 
        * image.el (image-animated-p): Return animation delay in seconds.

=== modified file 'lisp/emacs-lisp/syntax.el'
--- a/lisp/emacs-lisp/syntax.el 2011-01-25 04:08:28 +0000
+++ b/lisp/emacs-lisp/syntax.el 2011-06-12 00:27:14 +0000
@@ -399,7 +399,7 @@
 (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
-the 2nd and 6th values of the returned state cannot be relied upon.
+values 2 and 6 values of the returned state 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]