# HG changeset patch # User Richard M. Stallman # Date 1119016438 0 # Node ID 7bc82f4437689be6021a1e81a97388b99ef5d3cf # Parent e8205c5fb59b78937e35d1c2c1be47ca6f0d5eb7 (Parsing Expressions): Fix texinfo usage. diff -r e8205c5fb59b -r 7bc82f443768 lispref/syntax.texi --- 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