* bug#6747: Documentation: `syntax-ppss-toplevel-pos' xref typo `partial-parse-sexp' <- `parse-partial-sexp'
@ 2010-07-28 15:16 MON KEY
2010-08-01 0:28 ` Stefan Monnier
0 siblings, 1 reply; 2+ messages in thread
From: MON KEY @ 2010-07-28 15:16 UTC (permalink / raw)
To: 6747
The function `syntax-ppss-toplevel-pos' in emacs-lisp/syntax.el appears to
have a type:
,---- (documentation 'syntax-ppss-toplevel-pos)
|
| 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'.
| 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
| itself at the outermost level), return nil.
|
`----
Is the second line in error? e.g.
"PPSS is a scan state, as returned by `partial-parse-sexp' or `syntax-ppss'."
^^^^^^^^^^^^^^^^^^
Shouldn't that be `parse-partial-sexp'?
Appears with docstring current through bzr-100920
--
/s_P\
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#6747: Documentation: `syntax-ppss-toplevel-pos' xref typo `partial-parse-sexp' <- `parse-partial-sexp'
2010-07-28 15:16 bug#6747: Documentation: `syntax-ppss-toplevel-pos' xref typo `partial-parse-sexp' <- `parse-partial-sexp' MON KEY
@ 2010-08-01 0:28 ` Stefan Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2010-08-01 0:28 UTC (permalink / raw)
To: MON KEY
>>>>> "MON" == MON KEY <monkey@sandpframing.com> writes:
> The function `syntax-ppss-toplevel-pos' in emacs-lisp/syntax.el appears to
> have a type:
> ,---- (documentation 'syntax-ppss-toplevel-pos)
> |
> | 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'.
> | 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
> | itself at the outermost level), return nil.
> |
> `----
> Is the second line in error? e.g.
> "PPSS is a scan state, as returned by `partial-parse-sexp' or `syntax-ppss'."
> ^^^^^^^^^^^^^^^^^^
> Shouldn't that be `parse-partial-sexp'?
> Appears with docstring current through bzr-100920
Thanks, fixed in the emacs-23 branch,
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-01 0:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-28 15:16 bug#6747: Documentation: `syntax-ppss-toplevel-pos' xref typo `partial-parse-sexp' <- `parse-partial-sexp' MON KEY
2010-08-01 0:28 ` Stefan Monnier
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.