changeset 33784:086c757fef3e

(show-cursor-in-non-selected-windows): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 22 Nov 2000 19:52:27 +0000
parents 5be8f06f46bb
children 78bc77a659c8
files lisp/frame.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/frame.el	Wed Nov 22 19:49:59 2000 +0000
+++ b/lisp/frame.el	Wed Nov 22 19:52:27 2000 +0000
@@ -1161,7 +1161,8 @@
 
 (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