# HG changeset patch # User Eli Zaretskii # Date 1019217741 0 # Node ID 5341e03c6370cdc00f66c7ba50883aa0b8ff1a99 # Parent 7ed02bba9e5bbfd7085f548cb27c5fd140470ab3 (Window Frame Parameters): Document the hbar cursor type. diff -r 7ed02bba9e5b -r 5341e03c6370 lispref/frames.texi --- a/lispref/frames.texi Fri Apr 19 11:51:16 2002 +0000 +++ b/lispref/frames.texi Fri Apr 19 12:02:21 2002 +0000 @@ -520,8 +520,10 @@ @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