diff lisp/emacs-lisp/syntax.el @ 109793:b60dcdd855f0

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 08 Aug 2010 22:52:25 +0000
parents e3caf0b09548
children 98d8e4cd2326 376148b31b5e
line wrap: on
line diff
--- a/lisp/emacs-lisp/syntax.el	Fri Aug 06 03:43:29 2010 +0000
+++ b/lisp/emacs-lisp/syntax.el	Sun Aug 08 22:52:25 2010 +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