diff options
| author | Eli Zaretskii | 2000-12-14 15:16:27 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-12-14 15:16:27 +0000 |
| commit | e9510d0020910fcd0b27aeadec8739be0610e374 (patch) | |
| tree | b38392086792dd259a3fb9888864b7cecfe28c2c | |
| parent | e7522695a57b3fa8bc212d6b46fe13a2ba11f001 (diff) | |
| download | emacs-e9510d0020910fcd0b27aeadec8739be0610e374.tar.gz emacs-e9510d0020910fcd0b27aeadec8739be0610e374.zip | |
(show-cursor-in-non-selected-windows): Doc fix.
| -rw-r--r-- | lisp/frame.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index f599d98134d..6e5c335b250 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -1162,7 +1162,8 @@ itself as a pre-command hook." | |||
| 1162 | (defcustom show-cursor-in-non-selected-windows t | 1162 | (defcustom show-cursor-in-non-selected-windows t |
| 1163 | "*Non-nil means show a hollow box cursor in non-selected-windows. | 1163 | "*Non-nil means show a hollow box cursor in non-selected-windows. |
| 1164 | If nil, don't show a cursor except in the selected window. | 1164 | If nil, don't show a cursor except in the selected window. |
| 1165 | Setting this variable directly has no effect; use custom instead." | 1165 | Setting this variable directly has no effect; use custom instead |
| 1166 | (or set the variable `cursor-in-non-selected-windows')." | ||
| 1166 | :tag "Cursor in non-selected windows" | 1167 | :tag "Cursor in non-selected windows" |
| 1167 | :type 'boolean | 1168 | :type 'boolean |
| 1168 | :group 'cursor | 1169 | :group 'cursor |