(syms_of_buffer) <cursor-type>: Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 2005 13:59:11 +0000 (13:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 2005 13:59:11 +0000 (13:59 +0000)
src/buffer.c

index a287e45..83e8b08 100644 (file)
@@ -5934,8 +5934,8 @@ Values are interpreted as follows:
   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 horizontal bar cursor with default width
-  (hbar . WIDTH) display a horizontal bar cursor with width WIDTH
+  hbar          display a horizontal bar cursor with default height
+  (hbar . HEIGHT) display a horizontal bar cursor with width HEIGHT
   ANYTHING ELSE         display a hollow box cursor.
 
 When the buffer is displayed in a nonselected window,