Mercurial > emacs
diff src/buffer.c @ 55270:b9ef74fa21bf
(syms_of_buffer) <cursor-type>: Doc fix.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Fri, 30 Apr 2004 22:53:40 +0000 |
| parents | 0a99a02be102 |
| children | dc4797dbcccd 6ae3d2810507 |
line wrap: on
line diff
--- a/src/buffer.c Fri Apr 30 22:53:12 2004 +0000 +++ b/src/buffer.c Fri Apr 30 22:53:40 2004 +0000 @@ -5856,11 +5856,13 @@ t use the cursor specified for the frame nil don't display a cursor + box display a filled box cursor + 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 horisontal bar cursor with default width (hbar . WIDTH) display a horisontal bar cursor with width WIDTH - ANYTHING ELSE display a box cursor. + ANYTHING ELSE display a hollow box cursor. When the buffer is displayed in a nonselected window, this variable has no effect; the cursor appears as a hollow box. */);
