aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-22 19:54:36 +0000
committerGerd Moellmann2000-11-22 19:54:36 +0000
commite053c60feb7ba152ddff83eff0a4e9f3c9c3efe6 (patch)
tree23ccef8592c50905ebfc342583ad8a780948a785
parent4c4a541d35911b62875fc13b97b46ff5c25a1fe0 (diff)
downloademacs-e053c60feb7ba152ddff83eff0a4e9f3c9c3efe6.tar.gz
emacs-e053c60feb7ba152ddff83eff0a4e9f3c9c3efe6.zip
(show-cursor-in-non-selected-windows): Doc fix.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/frame.el3
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 294b250028e..622abc6944a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12000-11-22 Gerd Moellmann <gerd@gnu.org> 12000-11-22 Gerd Moellmann <gerd@gnu.org>
2 2
3 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4
3 * hi-lock.el (hi-lock-refontify): Don't call non-existent 5 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4 jit-lock-fontify-buffer; it should anyway be unneccessary to 6 jit-lock-fontify-buffer; it should anyway be unneccessary to
5 do anything special when jit-lock is active. 7 do anything special when jit-lock is active.
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."
1161 1161
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.
1164If nil, don't show a cursor except in the selected window." 1164If nil, don't show a cursor except in the selected window.
1165Setting this variable directly has no effect; use custom instead."
1165 :tag "Cursor in non-selected windows" 1166 :tag "Cursor in non-selected windows"
1166 :type 'boolean 1167 :type 'boolean
1167 :group 'cursor 1168 :group 'cursor