emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/syntax.el,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/syntax.el,v
Date: Mon, 06 Oct 2008 10:04:03 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/10/06 10:04:02

Index: emacs-lisp/syntax.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/syntax.el,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- emacs-lisp/syntax.el        6 May 2008 03:21:19 -0000       1.25
+++ emacs-lisp/syntax.el        6 Oct 2008 10:04:02 -0000       1.26
@@ -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."




reply via email to

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