cursor-type doc fix

* src/buffer.c (syms_of_buffer): Mention that cursor-type's
WIDHT/HEIGHT can't exceed the frame char size (bug#19215).
This commit is contained in:
Lars Ingebrigtsen 2016-04-30 18:48:05 +02:00
parent da5d078616
commit 77c5f4554e

View file

@ -6225,6 +6225,8 @@ Values are interpreted as follows:
(hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT
ANYTHING ELSE display a hollow box cursor
WIDTH and HEIGHT can't exceed the frame's canonical character size.
When the buffer is displayed in a non-selected window, the
cursor's appearance is instead controlled by the variable
`cursor-in-non-selected-windows'. */);