diff options
| author | Richard M. Stallman | 2006-05-03 23:21:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-05-03 23:21:02 +0000 |
| commit | 098199b1ab04e04ab3436a67523399db47876dff (patch) | |
| tree | 63a48a16d73ad102a470eabbe91440ab399bcd1e | |
| parent | a1864eeb242110ff9983beb2845287926b3c2561 (diff) | |
| download | emacs-098199b1ab04e04ab3436a67523399db47876dff.tar.gz emacs-098199b1ab04e04ab3436a67523399db47876dff.zip | |
Say "graphical displays".
| -rw-r--r-- | man/display.texi | 4 |
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 |
| 1028 | the @code{cursor} Custom group (@pxref{Easy Customization}). On | 1028 | the @code{cursor} Custom group (@pxref{Easy Customization}). On |
| 1029 | graphical terminals, the command @kbd{M-x blink-cursor-mode} enables | 1029 | a graphical display, the command @kbd{M-x blink-cursor-mode} enables |
| 1030 | or disables the blinking of the cursor. (On text terminals, the | 1030 | or disables the blinking of the cursor. (On text terminals, the |
| 1031 | terminal itself blinks the cursor, and Emacs has no control over it.) | 1031 | terminal itself blinks the cursor, and Emacs has no control over it.) |
| 1032 | You can control how the cursor appears when it blinks off by setting | 1032 | You 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 |
| 1054 | as wide as the character under the cursor---for example, if the cursor | 1054 | as wide as the character under the cursor---for example, if the cursor |
| 1055 | is on a tab character, it would cover the full width occupied by that | 1055 | is on a tab character, it would cover the full width occupied by that |
| 1056 | tab character. To enable this feature, set the variable | 1056 | tab character. To enable this feature, set the variable |