Fix typo in section 14.1 of Emacs Manual
* doc/emacs/display.texi (Scrolling): Fix typo. (Bug#62569) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
b2fbec37f3
commit
d0eb12e8d3
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ the buffer will be momentarily unfontified.
|
||||||
@vindex redisplay-skip-fontification-on-input
|
@vindex redisplay-skip-fontification-on-input
|
||||||
Finally, a third alternative to these variables is
|
Finally, a third alternative to these variables is
|
||||||
@code{redisplay-skip-fontification-on-input}. If this variable is
|
@code{redisplay-skip-fontification-on-input}. If this variable is
|
||||||
non-@code{nil}, skip some fontifications is there's input pending.
|
non-@code{nil}, skip some fontifications if there's input pending.
|
||||||
This usually does not affect the display because redisplay is
|
This usually does not affect the display because redisplay is
|
||||||
completely skipped anyway if input was pending, but it can make
|
completely skipped anyway if input was pending, but it can make
|
||||||
scrolling smoother by avoiding unnecessary fontification.
|
scrolling smoother by avoiding unnecessary fontification.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue