diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-04-30 18:48:05 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-04-30 18:49:12 +0200 |
commit | 77c5f4554ebb3b7c7d49bc881e45a550f6c93987 (patch) | |
tree | 6f4f5e7cff2f438b3df00fb42e315237bfdd15c5 /src/buffer.c | |
parent | da5d0786163a91400eced4fddba4a92b652458d1 (diff) | |
download | emacs-77c5f4554ebb3b7c7d49bc881e45a550f6c93987.tar.gz |
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).
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
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'. */); |