From: Richard M. Stallman Date: Fri, 17 Jun 2005 13:53:58 +0000 (+0000) Subject: (Parsing Expressions): Fix texinfo usage. X-Git-Tag: emacs-pretest-22.0.90~8843 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70aded15a941095969b0a41b9e4b499825848b12;p=emacs.git (Parsing Expressions): Fix texinfo usage. --- diff --git a/lispref/syntax.texi b/lispref/syntax.texi index e8707709fe2..282cbca794d 100644 --- a/lispref/syntax.texi +++ b/lispref/syntax.texi @@ -754,10 +754,11 @@ necessary to flush the cache manually. @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