diff options
| author | Richard M. Stallman | 2001-02-17 16:46:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-02-17 16:46:57 +0000 |
| commit | 87c8b5fdbf55128d899f8e9206d53013c6f3c435 (patch) | |
| tree | 2085faa6d7fa483116aa19b7fc17c8eb5679d0d3 | |
| parent | e598186cd560d695b0dd3c4657271e97837b1257 (diff) | |
| download | emacs-87c8b5fdbf55128d899f8e9206d53013c6f3c435.tar.gz emacs-87c8b5fdbf55128d899f8e9206d53013c6f3c435.zip | |
Minor changes in previous change.
| -rw-r--r-- | man/display.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/display.texi b/man/display.texi index bcacb32f13c..6ee4bf3723e 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -444,11 +444,11 @@ windows, see @ref{Split Window}. See also @ref{Display,, Display, | |||
| 444 | elisp, The Emacs Lisp Reference Manual}. | 444 | elisp, The Emacs Lisp Reference Manual}. |
| 445 | 445 | ||
| 446 | @vindex baud-rate | 446 | @vindex baud-rate |
| 447 | The variable @code{baud-rate} holds the output speed of the terminal, | 447 | The variable @code{baud-rate} holds the output speed of the |
| 448 | as far as Emacs knows. Setting this variable does not change the speed | 448 | terminal, as far as Emacs knows. Setting this variable does not |
| 449 | of actual data transmission, but the value is used for calculations such | 449 | change the speed of actual data transmission, but the value is used |
| 450 | as padding. On terminals, it also affects decisions about whether to | 450 | for calculations. On terminals, it affects padding, and decisions |
| 451 | scroll part of the screen or redraw it instead. | 451 | about whether to scroll part of the screen or redraw it instead. |
| 452 | 452 | ||
| 453 | On window-systems, @code{baud-rate} is only used to determine how | 453 | On window-systems, @code{baud-rate} is only used to determine how |
| 454 | frequently to look for pending input during display updating. A | 454 | frequently to look for pending input during display updating. A |
| @@ -468,7 +468,7 @@ elisp, The Emacs Lisp Reference Manual}. | |||
| 468 | highlights the line around point. On window systems, the command | 468 | highlights the line around point. On window systems, the command |
| 469 | @kbd{M-x blink-cursor-mode} turns on or off the blinking of the | 469 | @kbd{M-x blink-cursor-mode} turns on or off the blinking of the |
| 470 | cursor. (On terminals, the terminal itself blinks the cursor, and | 470 | cursor. (On terminals, the terminal itself blinks the cursor, and |
| 471 | Emacs has no say over it.) | 471 | Emacs has no control over it.) |
| 472 | 472 | ||
| 473 | You can customize the cursor's color, and whether it blinks, using | 473 | You can customize the cursor's color, and whether it blinks, using |
| 474 | the @code{cursor} Custom group (@pxref{Easy Customization}). | 474 | the @code{cursor} Custom group (@pxref{Easy Customization}). |