(syms_of_buffer): Fix doc-string of cursor-type.
authorMartin Rudalics <rudalics@gmx.at>
Sun, 16 Nov 2008 18:54:50 +0000 (18:54 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Sun, 16 Nov 2008 18:54:50 +0000 (18:54 +0000)
src/ChangeLog
src/buffer.c

index eaaa96c..52d70fd 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-16  Ben North  <ben@redfrontdoor.org>  (tiny change)
+
+       * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
+
 2008-11-15  Eli Zaretskii  <eliz@gnu.org>
 
        * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
index 922109a..b9c4c85 100644 (file)
@@ -6213,8 +6213,9 @@ Values are interpreted as follows:
   (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,