From: Lars Ingebrigtsen Date: Sat, 30 Apr 2016 16:48:05 +0000 (+0200) Subject: cursor-type doc fix X-Git-Tag: emacs-26.0.90~2071 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77c5f4554ebb3b7c7d49bc881e45a550f6c93987;p=emacs.git 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). --- diff --git a/src/buffer.c b/src/buffer.c index 0e5e64f58a1..e0fbab600d1 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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'. */);