emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 ec392ff 40/64: cursor-type doc fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 ec392ff 40/64: cursor-type doc fix
Date: Sun, 01 May 2016 18:18:41 +0000

branch: emacs-25
commit ec392ff1a3ce6bd4d32371be454003f642812d5b
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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)
---
 src/buffer.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/buffer.c b/src/buffer.c
index f06d7e0..e4269c0 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6233,6 +6233,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'.  */);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]