* lisp/jit-lock.el (jit-lock-function): Update comment

This commit is contained in:
Stefan Monnier 2022-09-06 17:29:25 -04:00
parent 91a79eedf6
commit e09872ccb3

View file

@ -384,7 +384,7 @@ is active."
;; No deferral.
(let* ((cend (min (point-max) (+ start jit-lock-chunk-size)))
(vend (next-single-property-change start 'invisible nil cend)))
;; FIXME: Presumably if we're called it means `start' is
;; Presumably if we're called it means `start' is
;; not at EOB (nor invisible) and hence (> vend start).
(jit-lock-fontify-now start vend))
;; Record the buffer for later fontification.