aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-05-03 23:21:02 +0000
committerRichard M. Stallman2006-05-03 23:21:02 +0000
commit098199b1ab04e04ab3436a67523399db47876dff (patch)
tree63a48a16d73ad102a470eabbe91440ab399bcd1e
parenta1864eeb242110ff9983beb2845287926b3c2561 (diff)
downloademacs-098199b1ab04e04ab3436a67523399db47876dff.tar.gz
emacs-098199b1ab04e04ab3436a67523399db47876dff.zip
Say "graphical displays".
-rw-r--r--man/display.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/display.texi b/man/display.texi
index 83b5ae48554..3f6fd58b125 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -1026,7 +1026,7 @@ elisp, The Emacs Lisp Reference Manual}.
1026@cindex cursor, blinking 1026@cindex cursor, blinking
1027 You can customize the cursor's color, and whether it blinks, using 1027 You can customize the cursor's color, and whether it blinks, using
1028the @code{cursor} Custom group (@pxref{Easy Customization}). On 1028the @code{cursor} Custom group (@pxref{Easy Customization}). On
1029graphical terminals, the command @kbd{M-x blink-cursor-mode} enables 1029a graphical display, the command @kbd{M-x blink-cursor-mode} enables
1030or disables the blinking of the cursor. (On text terminals, the 1030or disables the blinking of the cursor. (On text terminals, the
1031terminal itself blinks the cursor, and Emacs has no control over it.) 1031terminal itself blinks the cursor, and Emacs has no control over it.)
1032You can control how the cursor appears when it blinks off by setting 1032You can control how the cursor appears when it blinks off by setting
@@ -1050,7 +1050,7 @@ it a @code{nil} value.
1050 1050
1051@vindex x-stretch-cursor 1051@vindex x-stretch-cursor
1052@cindex wide block cursor 1052@cindex wide block cursor
1053 On graphical terminals, Emacs can optionally draw the block cursor 1053 On graphical displays, Emacs can optionally draw the block cursor
1054as wide as the character under the cursor---for example, if the cursor 1054as wide as the character under the cursor---for example, if the cursor
1055is on a tab character, it would cover the full width occupied by that 1055is on a tab character, it would cover the full width occupied by that
1056tab character. To enable this feature, set the variable 1056tab character. To enable this feature, set the variable