Mercurial > emacs
comparison src/buffer.c @ 64572:339bbffbcd05
(syms_of_buffer) <cursor-type>: Doc fix.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Thu, 21 Jul 2005 16:06:33 +0000 |
| parents | c9c8b7be7119 |
| children | a0d1312ede66 187d6a1f84f7 |
comparison
equal
deleted
inserted
replaced
| 64571:e8b6aa1c9560 | 64572:339bbffbcd05 |
|---|---|
| 5928 | 5928 |
| 5929 DEFVAR_PER_BUFFER ("cursor-type", ¤t_buffer->cursor_type, Qnil, | 5929 DEFVAR_PER_BUFFER ("cursor-type", ¤t_buffer->cursor_type, Qnil, |
| 5930 doc: /* Cursor to use when this buffer is in the selected window. | 5930 doc: /* Cursor to use when this buffer is in the selected window. |
| 5931 Values are interpreted as follows: | 5931 Values are interpreted as follows: |
| 5932 | 5932 |
| 5933 t use the cursor specified for the frame | 5933 t use the cursor specified for the frame |
| 5934 nil don't display a cursor | 5934 nil don't display a cursor |
| 5935 box display a filled box cursor | 5935 box display a filled box cursor |
| 5936 hollow display a hollow box cursor | 5936 hollow display a hollow box cursor |
| 5937 bar display a vertical bar cursor with default width | 5937 bar display a vertical bar cursor with default width |
| 5938 (bar . WIDTH) display a vertical bar cursor with width WIDTH | 5938 (bar . WIDTH) display a vertical bar cursor with width WIDTH |
| 5939 hbar display a horizontal bar cursor with default height | 5939 hbar display a horizontal bar cursor with default height |
| 5940 (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT | 5940 (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT |
| 5941 ANYTHING ELSE display a hollow box cursor. | 5941 ANYTHING ELSE display a hollow box cursor |
| 5942 | 5942 |
| 5943 When the buffer is displayed in a nonselected window, | 5943 When the buffer is displayed in a nonselected window, |
| 5944 this variable has no effect; the cursor appears as a hollow box. */); | 5944 this variable has no effect; the cursor appears as a hollow box. */); |
| 5945 | 5945 |
| 5946 DEFVAR_PER_BUFFER ("line-spacing", | 5946 DEFVAR_PER_BUFFER ("line-spacing", |
