diff options
Diffstat (limited to 'doc/lispref/syntax.texi')
-rw-r--r-- | doc/lispref/syntax.texi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi index 38e50e2b7a6..5b7be7c8ffa 100644 --- a/doc/lispref/syntax.texi +++ b/doc/lispref/syntax.texi @@ -728,9 +728,12 @@ buffer is modified without obeying the hook, such as when using @code{inhibit-modification-hooks}. For this reason, it is sometimes necessary to flush the cache manually. -@defun syntax-ppss-flush-cache beg -This function flushes the cache used by @code{syntax-ppss}, starting at -position @var{beg}. +@defun syntax-ppss-flush-cache beg &rest ignored-args +This function flushes the cache used by @code{syntax-ppss}, starting +at position @var{beg}. The remaining arguments, @var{ignored-args}, +are ignored; this function accepts them so that it can be directly +used on hooks such as @code{before-change-functions} (@pxref{Change +Hooks}). @end defun Major modes can make @code{syntax-ppss} run faster by specifying |