emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/os.texi,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/os.texi,v
Date: Tue, 18 Jul 2006 15:00:36 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/07/18 15:00:36

Index: os.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/os.texi,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -b -r1.85 -r1.86
--- os.texi     18 Jul 2006 00:05:18 -0000      1.85
+++ os.texi     18 Jul 2006 15:00:36 -0000      1.86
@@ -1836,10 +1836,11 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]