diff options
author | Kenichi Handa <handa@etlken> | 2010-08-06 12:54:13 +0900 |
---|---|---|
committer | Kenichi Handa <handa@etlken> | 2010-08-06 12:54:13 +0900 |
commit | faa28da9b740a4b5f297fc215d79a66d71bf6f78 (patch) | |
tree | 6d7cdbf92c424aeff5ffa9444b7baf75a90ab2be /lisp/emacs-lisp | |
parent | 6b4d96c2f04e5a08c4f9fff144743ff16c151dae (diff) | |
parent | 9ebc731b45fea0b4d7d547cb37ca2675d5940106 (diff) | |
download | emacs-faa28da9b740a4b5f297fc215d79a66d71bf6f78.tar.gz emacs-faa28da9b740a4b5f297fc215d79a66d71bf6f78.tar.bz2 emacs-faa28da9b740a4b5f297fc215d79a66d71bf6f78.zip |
merge trunk
Diffstat (limited to 'lisp/emacs-lisp')
-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 |