aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/os.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/lispref/os.texi b/lispref/os.texi
index a402a339aee..2c19bae1392 100644
--- a/lispref/os.texi
+++ b/lispref/os.texi
@@ -1836,10 +1836,11 @@ tells you what Emacs thinks is the output speed of the terminal.
1836This variable's value is the output speed of the terminal, as far as 1836This variable's value is the output speed of the terminal, as far as
1837Emacs knows. Setting this variable does not change the speed of actual 1837Emacs knows. Setting this variable does not change the speed of actual
1838data transmission, but the value is used for calculations such as 1838data transmission, but the value is used for calculations such as
1839padding. It also affects decisions about whether to scroll part of the 1839padding.
1840screen or repaint---even when using a window system. (We designed it 1840
1841this way despite the fact that a window system has no true ``output 1841 It also affects decisions about whether to scroll part of the
1842speed,'' to give you a way to tune these decisions.) 1842screen or repaint on non-window systems. @xref{Forcing Redisplay},
1843for the corresponding functionality on window systems.
1843 1844
1844The value is measured in baud. 1845The value is measured in baud.
1845@end defvar 1846@end defvar