diff options
| -rw-r--r-- | lispref/os.texi | 9 |
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. | |||
| 1836 | This variable's value is the output speed of the terminal, as far as | 1836 | This variable's value is the output speed of the terminal, as far as |
| 1837 | Emacs knows. Setting this variable does not change the speed of actual | 1837 | Emacs knows. Setting this variable does not change the speed of actual |
| 1838 | data transmission, but the value is used for calculations such as | 1838 | data transmission, but the value is used for calculations such as |
| 1839 | padding. It also affects decisions about whether to scroll part of the | 1839 | padding. |
| 1840 | screen or repaint---even when using a window system. (We designed it | 1840 | |
| 1841 | this way despite the fact that a window system has no true ``output | 1841 | It also affects decisions about whether to scroll part of the |
| 1842 | speed,'' to give you a way to tune these decisions.) | 1842 | screen or repaint on non-window systems. @xref{Forcing Redisplay}, |
| 1843 | for the corresponding functionality on window systems. | ||
| 1843 | 1844 | ||
| 1844 | The value is measured in baud. | 1845 | The value is measured in baud. |
| 1845 | @end defvar | 1846 | @end defvar |