aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2010-10-23 14:13:39 -0700
committerGlenn Morris <[email protected]>2010-10-23 14:13:39 -0700
commit66c6abf0d76aad59cf5defee7ea63f9fb356839d (patch)
treedc430c8cb7579d6ccd7cf496844fcbc8c647e4d6 /lisp
parentf3d87560bad3428c61d763a02e8a3a6b66d5d45a (diff)
Sync docs of cursor-in-non-selected-windows between Lisp and C.
* lisp/frame.el (cursor-in-non-selected-windows): Sync doc with C version. * src/buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>: Sync doc with Lisp version.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/frame.el10
2 files changed, 7 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 296badae59..0735094710 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,7 @@
2010-10-23 Glenn Morris <[email protected]>
- * frame.el (auto-hscroll-mode): Sync doc with C version.
+ * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
+ Sync docs with C version.
* term/ns-win.el (xw-defined-colors):
* term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
diff --git a/lisp/frame.el b/lisp/frame.el
index 82feab16f0..431c2aefff 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1593,12 +1593,12 @@ cursor shapes."
(defcustom 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 t, display a cursor related to the usual cursor type
- \(a solid box becomes hollow, a bar becomes a narrower bar).
+ "Non-nil means show a cursor in non-selected windows.
+If nil, only shows a cursor in the selected window.
+If t, displays a cursor related to the usual cursor type
+\(a solid box becomes hollow, a bar becomes a narrower bar).
You can also specify the cursor type as in the `cursor-type' variable.
-Use Custom to set this variable to get the display updated."
+Use Custom to set this variable and update the display."
:tag "Cursor In Non-selected Windows"
:type 'boolean
:group 'cursor