# HG changeset patch # User Luc Teirlinck # Date 1118444242 0 # Node ID 8d95ae44a1a435c892656821e61cb9a8d69c165c # Parent ac2350be1da28c8dea9a49297fd59b01a7b311dd (Parsing Expressions): Fix Texinfo error. diff -r ac2350be1da2 -r 8d95ae44a1a4 lispref/syntax.texi --- 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