Mercurial > emacs
diff src/buffer.c @ 63545:b1742b11b7d9
(syms_of_buffer) <cursor-type>: Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 17 Jun 2005 13:59:11 +0000 |
| parents | 5ef5c45c0187 |
| children | 7b153a401f5c |
line wrap: on
line diff
--- a/src/buffer.c Fri Jun 17 13:56:00 2005 +0000 +++ b/src/buffer.c Fri Jun 17 13:59:11 2005 +0000 @@ -5934,8 +5934,8 @@ 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,
