aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-30 18:48:05 +0200
committerLars Ingebrigtsen2016-05-01 19:27:13 +0200
commitec392ff1a3ce6bd4d32371be454003f642812d5b (patch)
tree1b63a8bac849559e70c55f95ef0eca3760e54de9 /src
parentff834ffe06e858c6d511419b5f030ef091f83032 (diff)
downloademacs-ec392ff1a3ce6bd4d32371be454003f642812d5b.tar.gz
emacs-ec392ff1a3ce6bd4d32371be454003f642812d5b.zip
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 77c5f4554ebb3b7c7d49bc881e45a550f6c93987)
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c2
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
6236WIDTH and HEIGHT can't exceed the frame's canonical character size.
6237
6236When the buffer is displayed in a non-selected window, the 6238When the buffer is displayed in a non-selected window, the
6237cursor's appearance is instead controlled by the variable 6239cursor's appearance is instead controlled by the variable
6238`cursor-in-non-selected-windows'. */); 6240`cursor-in-non-selected-windows'. */);