Skip to content

Commit

Permalink
* lisp/jit-lock.el (jit-lock-function): Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
monnier committed Sep 6, 2022
1 parent 91a79ee commit e09872c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/jit-lock.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e09872c

Please sign in to comment.