diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index f06d7e08e49..e4269c0046a 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -6233,6 +6233,8 @@ Values are interpreted as follows: | |||
| 6233 | (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT | 6233 | (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT |
| 6234 | ANYTHING ELSE display a hollow box cursor | 6234 | ANYTHING ELSE display a hollow box cursor |
| 6235 | 6235 | ||
| 6236 | WIDTH and HEIGHT can't exceed the frame's canonical character size. | ||
| 6237 | |||
| 6236 | When the buffer is displayed in a non-selected window, the | 6238 | When the buffer is displayed in a non-selected window, the |
| 6237 | cursor's appearance is instead controlled by the variable | 6239 | cursor's appearance is instead controlled by the variable |
| 6238 | `cursor-in-non-selected-windows'. */); | 6240 | `cursor-in-non-selected-windows'. */); |