diff options
| author | Lars Ingebrigtsen | 2016-04-30 18:48:05 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-05-01 19:27:13 +0200 |
| commit | ec392ff1a3ce6bd4d32371be454003f642812d5b (patch) | |
| tree | 1b63a8bac849559e70c55f95ef0eca3760e54de9 /src/buffer.c | |
| parent | ff834ffe06e858c6d511419b5f030ef091f83032 (diff) | |
| download | emacs-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/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 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 | ||
| 6236 | WIDTH and HEIGHT can't exceed the frame's canonical character size. | ||
| 6237 | |||
| 6236 | When the buffer is displayed in a non-selected window, the | 6238 | When the buffer is displayed in a non-selected window, the |
| 6237 | cursor's appearance is instead controlled by the variable | 6239 | cursor's appearance is instead controlled by the variable |
| 6238 | `cursor-in-non-selected-windows'. */); | 6240 | `cursor-in-non-selected-windows'. */); |