changeset 55270:b9ef74fa21bf

(syms_of_buffer) <cursor-type>: Doc fix.
author Kim F. Storm <storm@cua.dk>
date Fri, 30 Apr 2004 22:53:40 +0000
parents 8acc9cf160a5
children d7007197f057
files src/buffer.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Fri Apr 30 22:53:12 2004 +0000
+++ b/src/buffer.c	Fri Apr 30 22:53:40 2004 +0000
@@ -5856,11 +5856,13 @@
 
   t 		 use the cursor specified for the frame
   nil		 don't display a cursor
+  box		 display a filled box cursor
+  hollow	 display a hollow box cursor
   bar		 display a vertical bar cursor with default width
   (bar . WIDTH)	 display a vertical bar cursor with width WIDTH
   hbar		 display a horisontal bar cursor with default width
   (hbar . WIDTH) display a horisontal bar cursor with width WIDTH
-  ANYTHING ELSE	 display a box cursor.
+  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.  */);