# HG changeset patch # User Stefan Monnier # Date 1280622295 -7200 # Node ID e3caf0b095486585a04fe213dc017b346ed19f28 # Parent 672b957881a86670b09a606c8bfff8423ba3654f * lisp/emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): Fix typo in docstring. diff -r 672b957881a8 -r e3caf0b09548 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jul 30 19:25:06 2010 -0400 +++ b/lisp/ChangeLog Sun Aug 01 02:24:55 2010 +0200 @@ -1,3 +1,8 @@ +2010-08-01 MON KEY (tiny change) + + * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): + Fix typo in docstring (bug#6747). + 2010-07-30 Leo * eshell/esh-io.el (eshell-get-target): Better detection of diff -r 672b957881a8 -r e3caf0b09548 lisp/emacs-lisp/syntax.el --- a/lisp/emacs-lisp/syntax.el Fri Jul 30 19:25:06 2010 -0400 +++ b/lisp/emacs-lisp/syntax.el Sun Aug 01 02:24:55 2010 +0200 @@ -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