]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): Fix typo in docstring.
authorMON KEY <monkey@sandpframing.com>
Sun, 1 Aug 2010 00:24:55 +0000 (02:24 +0200)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 1 Aug 2010 00:24:55 +0000 (02:24 +0200)
Fixes: debbugs:6747
lisp/ChangeLog
lisp/emacs-lisp/syntax.el

index 2b196d22c72f8d80cade3efb13ec6ea06f4b0094..a6d127a88418151c5b73b70dc775c09cd3c73bf3 100644 (file)
@@ -1,3 +1,8 @@
+2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
+
+       * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
+       Fix typo in docstring (bug#6747).
+
 2010-07-30  Leo  <sdl.web@gmail.com>
 
        * eshell/esh-io.el (eshell-get-target): Better detection of
index a3110f8d8c5acbfb21826372a4a8f61cb048444a..5cc89596ef53c0c8c5bf8fd5d2361c21bec3c2f7 100644 (file)
@@ -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