From 70aded15a941095969b0a41b9e4b499825848b12 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 17 Jun 2005 13:53:58 +0000 Subject: [PATCH] (Parsing Expressions): Fix texinfo usage. --- lispref/syntax.texi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.39.2