* doc/emacs/display.texi (Scrolling): Mention
redisplay-skip-fontification-on-input.
window contents after any action which scrolls into a fresh portion of
the buffer will be momentarily unfontified.
+@vindex redisplay-skip-fontification-on-input
+Finally, a third alternative to these variables is
+@code{redisplay-skip-fontification-on-input}. If this variable is
+non-@code{nil}, skip some fontifications is there's input pending.
+This usually does not affect the display because redisplay is
+completely skipped anyway if input was pending, but it can make
+scrolling smoother by avoiding unnecessary fontification.
+
@vindex scroll-up
@vindex scroll-down
@findex scroll-up-line
*** New face 'separator-line'.
This is used by 'make-separator-line' (see below).
++++
*** 'redisplay-skip-fontification-on-input' helps Emacs keep up with fast input.
This is another attempt to solve the problem of handling high key repeat rate
and other "slow scrolling" situations. It is hoped it behaves better