diff options
author | MON KEY <monkey@sandpframing.com> | 2010-08-01 02:24:55 +0200 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-08-01 02:24:55 +0200 |
commit | 9aea20c9f876b8da85789f9922bc0c3b4e201d14 (patch) | |
tree | 97f582f125c2243dd15358a464e4622f60ce7b29 /lisp/emacs-lisp/syntax.el | |
parent | 16b0b3479eff21b64a311dd791e5ea17f845a790 (diff) | |
download | emacs-9aea20c9f876b8da85789f9922bc0c3b4e201d14.tar.gz emacs-9aea20c9f876b8da85789f9922bc0c3b4e201d14.tar.bz2 emacs-9aea20c9f876b8da85789f9922bc0c3b4e201d14.zip |
* lisp/emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): Fix typo in docstring.
Fixes: debbugs:6747
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 |