aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-02-17 16:46:57 +0000
committerRichard M. Stallman2001-02-17 16:46:57 +0000
commit87c8b5fdbf55128d899f8e9206d53013c6f3c435 (patch)
tree2085faa6d7fa483116aa19b7fc17c8eb5679d0d3
parente598186cd560d695b0dd3c4657271e97837b1257 (diff)
downloademacs-87c8b5fdbf55128d899f8e9206d53013c6f3c435.tar.gz
emacs-87c8b5fdbf55128d899f8e9206d53013c6f3c435.zip
Minor changes in previous change.
-rw-r--r--man/display.texi12
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,
444elisp, The Emacs Lisp Reference Manual}. 444elisp, 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
448as far as Emacs knows. Setting this variable does not change the speed 448terminal, as far as Emacs knows. Setting this variable does not
449of actual data transmission, but the value is used for calculations such 449change the speed of actual data transmission, but the value is used
450as padding. On terminals, it also affects decisions about whether to 450for calculations. On terminals, it affects padding, and decisions
451scroll part of the screen or redraw it instead. 451about 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
454frequently to look for pending input during display updating. A 454frequently to look for pending input during display updating. A
@@ -468,7 +468,7 @@ elisp, The Emacs Lisp Reference Manual}.
468highlights the line around point. On window systems, the command 468highlights 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
470cursor. (On terminals, the terminal itself blinks the cursor, and 470cursor. (On terminals, the terminal itself blinks the cursor, and
471Emacs has no say over it.) 471Emacs 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
474the @code{cursor} Custom group (@pxref{Easy Customization}). 474the @code{cursor} Custom group (@pxref{Easy Customization}).