]> git.eshelyaron.com Git - emacs.git/commitdiff
(Terminal Output): baud-rate only controls preemption on
authorKim F. Storm <storm@cua.dk>
Tue, 18 Jul 2006 15:00:36 +0000 (15:00 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 18 Jul 2006 15:00:36 +0000 (15:00 +0000)
non-window systems.  Add xref to Forcing Redisplay.

lispref/os.texi

index a402a339aee67f25690dab413b740389a8850364..2c19bae1392a08a99349af33e48b433ef8c96d0e 100644 (file)
@@ -1836,10 +1836,11 @@ tells you what Emacs thinks is the output speed of the terminal.
 This variable's value is the output speed of the terminal, as far as
 Emacs knows.  Setting this variable does not change the speed of actual
 data transmission, but the value is used for calculations such as
-padding.  It also affects decisions about whether to scroll part of the
-screen or repaint---even when using a window system.  (We designed it
-this way despite the fact that a window system has no true ``output
-speed,'' to give you a way to tune these decisions.)
+padding.
+
+  It also affects decisions about whether to scroll part of the
+screen or repaint on non-window systems.  @xref{Forcing Redisplay},
+for the corresponding functionality on window systems.
 
 The value is measured in baud.
 @end defvar