]> git.eshelyaron.com Git - emacs.git/commitdiff
(show-cursor-in-non-selected-windows): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Wed, 22 Nov 2000 19:54:36 +0000 (19:54 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 22 Nov 2000 19:54:36 +0000 (19:54 +0000)
lisp/ChangeLog
lisp/frame.el

index 294b250028ed08f75617aefdd02516e19085577c..622abc6944ab01eff57ede27ac4e7e9386746fb4 100644 (file)
@@ -1,5 +1,7 @@
 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
 
+       * frame.el (show-cursor-in-non-selected-windows): Doc fix.
+
        * hi-lock.el (hi-lock-refontify): Don't call non-existent
        jit-lock-fontify-buffer; it should anyway be unneccessary to
        do anything special when jit-lock is active.
index 5a9c276a2fe72f7d5c67a1175b875df72dbbe641..06dfcbf8469662303326f6dbb518e2cac417f01e 100644 (file)
@@ -1161,7 +1161,8 @@ itself as a pre-command hook."
 \f
 (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