]> code.delx.au - gnu-emacs/commitdiff
cursor-type doc fix
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Apr 2016 16:48:05 +0000 (18:48 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Apr 2016 16:49:12 +0000 (18:49 +0200)
* src/buffer.c (syms_of_buffer): Mention that cursor-type's
WIDHT/HEIGHT can't exceed the frame char size (bug#19215).

src/buffer.c

index 0e5e64f58a1e14321c38120c830765aca1e04e97..e0fbab600d1a7a78e06ac596a97b8a4f609dab55 100644 (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'.  */);