diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-11-22 19:54:36 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-11-22 19:54:36 +0000 |
commit | e053c60feb7ba152ddff83eff0a4e9f3c9c3efe6 (patch) | |
tree | 23ccef8592c50905ebfc342583ad8a780948a785 /lisp/frame.el | |
parent | 4c4a541d35911b62875fc13b97b46ff5c25a1fe0 (diff) | |
download | emacs-e053c60feb7ba152ddff83eff0a4e9f3c9c3efe6.tar.gz |
(show-cursor-in-non-selected-windows): Doc fix.
Diffstat (limited to 'lisp/frame.el')
-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 5a9c276a2fe..06dfcbf8469 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1161,7 +1161,8 @@ itself as a pre-command hook." (defcustom show-cursor-in-non-selected-windows t "*Non-nil means show a hollow box cursor in non-selected-windows. -If nil, don't show a cursor except in the selected window." +If nil, don't show a cursor except in the selected window. +Setting this variable directly has no effect; use custom instead." :tag "Cursor in non-selected windows" :type 'boolean :group 'cursor |