emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99953: * lisp/emacs-lisp/syntax.e


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99953: * lisp/emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): Fix typo in docstring.
Date: Sun, 01 Aug 2010 02:24:55 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99953
author: MON KEY <address@hidden>
committer: Stefan Monnier <address@hidden>
branch nick: emacs-23
timestamp: Sun 2010-08-01 02:24:55 +0200
message:
  * lisp/emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): Fix typo in docstring.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/syntax.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-07-30 23:25:06 +0000
+++ b/lisp/ChangeLog    2010-08-01 00:24:55 +0000
@@ -1,3 +1,8 @@
+2010-08-01  MON KEY  <address@hidden>  (tiny change)
+
+       * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
+       Fix typo in docstring (bug#6747).
+
 2010-07-30  Leo  <address@hidden>
 
        * eshell/esh-io.el (eshell-get-target): Better detection of

=== modified file 'lisp/emacs-lisp/syntax.el'
--- a/lisp/emacs-lisp/syntax.el 2010-01-13 08:35:10 +0000
+++ b/lisp/emacs-lisp/syntax.el 2010-08-01 00:24:55 +0000
@@ -52,7 +52,7 @@
 
 (defun syntax-ppss-toplevel-pos (ppss)
   "Get the latest syntactically outermost position found in a syntactic scan.
-PPSS is a scan state, as returned by `partial-parse-sexp' or `syntax-ppss'.
+PPSS is a scan state, as returned by `parse-partial-sexp' or `syntax-ppss'.
 An \"outermost position\" means one that it is outside of any syntactic entity:
 outside of any parentheses, comments, or strings encountered in the scan.
 If no such position is recorded in PPSS (because the end of the scan was


reply via email to

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