diff options
| author | Gerd Moellmann | 2000-10-18 15:20:11 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-18 15:20:11 +0000 |
| commit | 860dab78d36f1e56a2b866d592920839b8bd92de (patch) | |
| tree | 2a6790ea14c2840071995ca1eb5a066c740dc786 | |
| parent | 3e8abfd398918f8dbbedbdd884dc52239a5a9ce4 (diff) | |
| download | emacs-860dab78d36f1e56a2b866d592920839b8bd92de.tar.gz emacs-860dab78d36f1e56a2b866d592920839b8bd92de.zip | |
(Display Vars): Fix description of the role of
baud-rate for window-systems.
| -rw-r--r-- | man/display.texi | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/man/display.texi b/man/display.texi index 243ca883c8a..aab2493ff3c 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -410,14 +410,16 @@ windows, see @ref{Split Window}. See also @ref{Display,, Display, | |||
| 410 | elisp, The Emacs Lisp Reference Manual}. | 410 | elisp, The Emacs Lisp Reference Manual}. |
| 411 | 411 | ||
| 412 | @vindex baud-rate | 412 | @vindex baud-rate |
| 413 | The variable @code{baud-rate} holds the output speed of the | 413 | The variable @code{baud-rate} holds the output speed of the terminal, |
| 414 | terminal, as far as Emacs knows. Setting this variable does not change | 414 | as far as Emacs knows. Setting this variable does not change the speed |
| 415 | the speed of actual data transmission, but the value is used for | 415 | of actual data transmission, but the value is used for calculations such |
| 416 | calculations such as padding. It also affects decisions about whether | 416 | as padding. On terminals, it also affects decisions about whether to |
| 417 | to scroll part of the screen or redraw it instead---even when using a | 417 | scroll part of the screen or redraw it instead. |
| 418 | window system. (We designed it this way, despite the fact that a window | 418 | |
| 419 | system has no true ``output speed,'' to give you a way to tune these | 419 | On window-systems, @code{baud-rate} is only used to determine how |
| 420 | decisions.) | 420 | frequently to look for pending input during display updating. A higher |
| 421 | value of @code{baud-rate} means that check for pending input will be | ||
| 422 | done less frequently. | ||
| 421 | 423 | ||
| 422 | You can customize the way any particular character code is displayed | 424 | You can customize the way any particular character code is displayed |
| 423 | by means of a display table. @xref{Display Tables,, Display Tables, | 425 | by means of a display table. @xref{Display Tables,, Display Tables, |