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.
\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