Mercurial > emacs
diff lispref/syntax.texi @ 63295:8d95ae44a1a4
(Parsing Expressions): Fix Texinfo error.
| author | Luc Teirlinck <teirllm@auburn.edu> |
|---|---|
| date | Fri, 10 Jun 2005 22:57:22 +0000 |
| parents | e7539bdc68d1 |
| children | 32d8df63f9df |
line wrap: on
line diff
--- a/lispref/syntax.texi Fri Jun 10 22:54:06 2005 +0000 +++ b/lispref/syntax.texi Fri Jun 10 22:57:22 2005 +0000 @@ -734,7 +734,7 @@ This function returns the state that the parser would have at position @var{pos}, if it were started with a default start state at the beginning of the buffer. Thus, it is equivalent to -@code(parse-partial-sexp (point-min) @var{pos}), except that +@code{(parse-partial-sexp (point-min) @var{pos})}, except that @code{syntax-ppss} uses a cache to speed up the computation. Also, the 2nd value (previous complete subexpression) and 6th value (minimum parenthesis depth) of the returned state are not meaningful. @@ -789,7 +789,7 @@ @end defopt @vindex parse-sexp-lookup-properties -The behaviour of @code{parse-partial-sexp} is also affected by +The behavior of @code{parse-partial-sexp} is also affected by @code{parse-sexp-lookup-properties} (@pxref{Syntax Properties}). You can use @code{forward-comment} to move forward or backward over
