diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-08-08 17:12:29 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-08-08 17:12:29 -0400 |
commit | 7815fe1985833c57457882b415a29358991dabdc (patch) | |
tree | ab8aabf9ad322c149a6434712c14b93bb93543dc /lisp/emacs-lisp/syntax.el | |
parent | 25717ca11cae32e191e3dc9318562190d682f425 (diff) | |
parent | e54a1075033073f835596ab666eeed099028beb8 (diff) | |
download | emacs-7815fe1985833c57457882b415a29358991dabdc.tar.gz emacs-7815fe1985833c57457882b415a29358991dabdc.tar.bz2 emacs-7815fe1985833c57457882b415a29358991dabdc.zip |
Merge changes from emacs-23 branch
Diffstat (limited to 'lisp/emacs-lisp/syntax.el')
-rw-r--r-- | lisp/emacs-lisp/syntax.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el index a3110f8d8c5..5cc89596ef5 100644 --- a/lisp/emacs-lisp/syntax.el +++ b/lisp/emacs-lisp/syntax.el @@ -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 |