mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 08:41:47 -07:00
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).
(cherry picked from commit 77c5f4554e)
This commit is contained in:
parent
ff834ffe06
commit
ec392ff1a3
1 changed files with 2 additions and 0 deletions
|
|
@ -6233,6 +6233,8 @@ Values are interpreted as follows:
|
||||||
(hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT
|
(hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT
|
||||||
ANYTHING ELSE display a hollow box cursor
|
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
|
When the buffer is displayed in a non-selected window, the
|
||||||
cursor's appearance is instead controlled by the variable
|
cursor's appearance is instead controlled by the variable
|
||||||
`cursor-in-non-selected-windows'. */);
|
`cursor-in-non-selected-windows'. */);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue