diff options
| author | Eli Zaretskii | 2002-04-19 12:02:21 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-04-19 12:02:21 +0000 |
| commit | e545ad34f93b2c03eee514d4afc8ca4921e11349 (patch) | |
| tree | 1db09bd0016824f7b4b73650be867320ee8ccf7a | |
| parent | 6fab1572a37445f19e350547d36f181eb0ce5d18 (diff) | |
| download | emacs-e545ad34f93b2c03eee514d4afc8ca4921e11349.tar.gz emacs-e545ad34f93b2c03eee514d4afc8ca4921e11349.zip | |
(Window Frame Parameters): Document the hbar cursor type.
| -rw-r--r-- | lispref/frames.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index d36d97cd1b3..25e77d08216 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}, | |||
| 520 | @code{box}, and @code{(bar . @var{width})}. The symbol @code{box} | 520 | @code{box}, and @code{(bar . @var{width})}. The symbol @code{box} |
| 521 | specifies an ordinary black box overlaying the character after point; | 521 | specifies an ordinary black box overlaying the character after point; |
| 522 | that is the default. The symbol @code{bar} specifies a vertical bar | 522 | that is the default. The symbol @code{bar} specifies a vertical bar |
| 523 | between characters as the cursor. @code{(bar . @var{width})} specifies | 523 | between characters as the cursor. @code{(bar . @var{width})} |
| 524 | a bar @var{width} pixels wide. | 524 | specifies a bar @var{width} pixels wide. The symbol @code{hbar} |
| 525 | specifies a horizontal bar, an underscore-like cursor. @code{(hbar . | ||
| 526 | @var{width})} specifiles a horizontal bar @var{width} pixels high. | ||
| 525 | 527 | ||
| 526 | @vindex cursor-type | 528 | @vindex cursor-type |
| 527 | The buffer-local variable @code{cursor-type} overrides the value of | 529 | The buffer-local variable @code{cursor-type} overrides the value of |