diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/buffer.c b/src/buffer.c index 0b3dde27968..347f27edc3a 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -6210,15 +6210,15 @@ is a member of the list. */); | |||
| 6210 | doc: /* Cursor to use when this buffer is in the selected window. | 6210 | doc: /* Cursor to use when this buffer is in the selected window. |
| 6211 | Values are interpreted as follows: | 6211 | Values are interpreted as follows: |
| 6212 | 6212 | ||
| 6213 | t use the cursor specified for the frame | 6213 | t use the cursor specified for the frame |
| 6214 | nil don't display a cursor | 6214 | nil don't display a cursor |
| 6215 | box display a filled box cursor | 6215 | box display a filled box cursor |
| 6216 | hollow display a hollow box cursor | 6216 | hollow display a hollow box cursor |
| 6217 | bar display a vertical bar cursor with default width | 6217 | bar display a vertical bar cursor with default width |
| 6218 | (bar . WIDTH) display a vertical bar cursor with width WIDTH | 6218 | (bar . WIDTH) display a vertical bar cursor with width WIDTH |
| 6219 | hbar display a horizontal bar cursor with default height | 6219 | hbar display a horizontal bar cursor with default height |
| 6220 | (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT | 6220 | (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT |
| 6221 | ANYTHING ELSE display a hollow box cursor | 6221 | ANYTHING ELSE display a hollow box cursor |
| 6222 | 6222 | ||
| 6223 | When the buffer is displayed in a non-selected window, the | 6223 | When the buffer is displayed in a non-selected window, the |
| 6224 | cursor's appearance is instead controlled by the variable | 6224 | cursor's appearance is instead controlled by the variable |