]> code.delx.au - gnu-emacs/commitdiff
(Window Frame Parameters): Document the hbar cursor type.
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 Apr 2002 12:02:21 +0000 (12:02 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 Apr 2002 12:02:21 +0000 (12:02 +0000)
lispref/frames.texi

index d36d97cd1b30be2d90f07d0b4e49b5530e0dbad3..25e77d08216cae2f8a708ee15e248d8ad70a3651 100644 (file)
@@ -520,8 +520,10 @@ The way to display the cursor.  The legitimate values are @code{bar},
 @code{box}, and @code{(bar . @var{width})}.  The symbol @code{box}
 specifies an ordinary black box overlaying the character after point;
 that is the default.  The symbol @code{bar} specifies a vertical bar
-between characters as the cursor.  @code{(bar . @var{width})} specifies
-a bar @var{width} pixels wide.
+between characters as the cursor.  @code{(bar . @var{width})}
+specifies a bar @var{width} pixels wide.  The symbol @code{hbar}
+specifies a horizontal bar, an underscore-like cursor.  @code{(hbar .
+@var{width})} specifiles a horizontal bar @var{width} pixels high.
 
 @vindex cursor-type
 The buffer-local variable @code{cursor-type} overrides the value of