* lisp/jit-lock.el (jit-lock-chunk-size): Increase to 1500.
See also https://lists.gnu.org/archive/html/emacs-devel/2021-09/msg00540.html.
:version "21.1"
:group 'font-lock)
-(defcustom jit-lock-chunk-size 500
+(defcustom jit-lock-chunk-size 1500
"Jit-lock fontifies chunks of at most this many characters at a time.
-This variable controls both display-time and stealth fontification."
+This variable controls both display-time and stealth fontification.
+
+The optimum value is a little over the typical number of buffer
+characters which fit in a typical window."
:type 'integer)