aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/frames.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi
index d36d97cd1b..25e77d0821 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -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