]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change in syntax.texi
authorEli Zaretskii <eliz@gnu.org>
Fri, 5 Feb 2021 11:06:07 +0000 (13:06 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 5 Feb 2021 11:06:07 +0000 (13:06 +0200)
* doc/lispref/syntax.texi (Syntax Properties): Fix wording in last
change.  (Bug#46274)

doc/lispref/syntax.texi

index 58f07c9644d7db31d5ea98aa91825240638ddd86..9adffcc18d36bd4b57302efde85f977a66d80852 100644 (file)
@@ -573,10 +573,11 @@ and by Font Lock mode during syntactic fontification (@pxref{Syntactic
 Font Lock}).  It is called with two arguments, @var{start} and
 @var{end}, which are the starting and ending positions of the text on
 which it should act.  It is allowed to call @code{syntax-ppss} on any
-position before @var{end}, but if it calls @code{syntax-ppss} on some
-position and later modifies the buffer on some earlier position,
-then it is its responsibility to call @code{syntax-ppss-flush-cache}
-to flush the now obsolete info from the cache.
+position before @var{end}, but if a Lisp program calls
+@code{syntax-ppss} on some position and later modifies the buffer at
+some earlier position, then it is that program's responsibility to
+call @code{syntax-ppss-flush-cache} to flush the now obsolete info
+from the cache.
 
 @strong{Caution:} When this variable is non-@code{nil}, Emacs removes
 @code{syntax-table} text properties arbitrarily and relies on