changeset 99626:df0a1afd03b2

(syms_of_buffer): Fix doc-string of cursor-type.
author Martin Rudalics <rudalics@gmx.at>
date Sun, 16 Nov 2008 18:54:20 +0000
parents f764e650790a
children 091e2213181a
files src/buffer.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Sun Nov 16 18:41:03 2008 +0000
+++ b/src/buffer.c	Sun Nov 16 18:54:20 2008 +0000
@@ -6213,8 +6213,9 @@
   (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT
   ANYTHING ELSE	  display a hollow box cursor
 
-When the buffer is displayed in a nonselected window,
-this variable has no effect; the cursor appears as a hollow box.  */);
+When the buffer is displayed in a non-selected window, the
+cursor's appearance is instead controlled by the variable
+`cursor-in-non-selected-windows'.  */);
 
   DEFVAR_PER_BUFFER ("line-spacing",
 		     &current_buffer->extra_line_spacing, Qnil,