Mercurial > emacs
changeset 63543:7bc82f443768
(Parsing Expressions): Fix texinfo usage.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 17 Jun 2005 13:53:58 +0000 |
parents | e8205c5fb59b |
children | a2d302267225 |
files | lispref/syntax.texi |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
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