diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-23 14:13:39 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-23 14:13:39 -0700 |
commit | 66c6abf0d76aad59cf5defee7ea63f9fb356839d (patch) | |
tree | dc430c8cb7579d6ccd7cf496844fcbc8c647e4d6 /lisp/frame.el | |
parent | f3d87560bad3428c61d763a02e8a3a6b66d5d45a (diff) | |
download | emacs-66c6abf0d76aad59cf5defee7ea63f9fb356839d.tar.gz |
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/frame.el')
-rw-r--r-- | lisp/frame.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 82feab16f0d..431c2aefff4 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 |