Mercurial > emacs
diff lispref/syntax.texi @ 63543:7bc82f443768
(Parsing Expressions): Fix texinfo usage.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 17 Jun 2005 13:53:58 +0000 |
| parents | 32d8df63f9df |
| children | a343c1886b26 |
line wrap: on
line diff
--- a/lispref/syntax.texi Fri Jun 17 13:51:19 2005 +0000 +++ b/lispref/syntax.texi Fri Jun 17 13:53:58 2005 +0000 @@ -754,10 +754,11 @@ @end defun @defvar syntax-begin-function -If this is non-nil, it should be a function that moves to an earlier -buffer position where the parser state is equivalent to @code{nil}, -i.e., a position outside of any comment, string, or parenthesis. -@code{syntax-ppss} uses it to supplement its cache. +If this is non-@code{nil}, it should be a function that moves to an +earlier buffer position where the parser state is equivalent to +@code{nil}---in other words, a position outside of any comment, +string, or parenthesis. @code{syntax-ppss} uses it to supplement its +cache. @end defvar @defun scan-lists from count depth
