diff options
| author | Eli Zaretskii | 2001-04-05 20:43:24 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-04-05 20:43:24 +0000 |
| commit | 5359ed910b32554e115129f844b02fa72800e1b7 (patch) | |
| tree | cc36ed8c3abafd3132e2140d68bbda971824b7b8 | |
| parent | ab9c49cfa9ba2ced3c7fe163faf9679725097e90 (diff) | |
| download | emacs-5359ed910b32554e115129f844b02fa72800e1b7.tar.gz emacs-5359ed910b32554e115129f844b02fa72800e1b7.zip | |
(Cursor Display): show-cursor-in-non-selected-windows was renamed.
| -rw-r--r-- | man/display.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/man/display.texi b/man/display.texi index 701d51ddd80..0243ed76acc 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -873,9 +873,7 @@ occupied by that tab character. To enable this feature, set the | |||
| 873 | variable @code{x-stretch-cursor} to a non-@code{nil} value. | 873 | variable @code{x-stretch-cursor} to a non-@code{nil} value. |
| 874 | 874 | ||
| 875 | @cindex cursor in non-selected windows | 875 | @cindex cursor in non-selected windows |
| 876 | @vindex show-cursor-in-non-selected-windows | ||
| 877 | @vindex cursor-in-non-selected-windows | 876 | @vindex cursor-in-non-selected-windows |
| 878 | Normally, the cursor in non-selected windows is shown as a hollow box. | 877 | Normally, the cursor in non-selected windows is shown as a hollow box. |
| 879 | To turn off cursor display in non-selected windows, customize the option | 878 | To turn off cursor display in non-selected windows, customize the option |
| 880 | @code{show-cursor-in-non-selected-windows}, or set the variable | 879 | @code{cursor-in-non-selected-windows} to assign it a @code{nil} value. |
| 881 | @code{cursor-in-non-selected-windows} to @code{nil}. | ||