diff options
| author | Lars Ingebrigtsen | 2016-04-30 18:48:05 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-04-30 18:49:12 +0200 |
| commit | 77c5f4554ebb3b7c7d49bc881e45a550f6c93987 (patch) | |
| tree | 6f4f5e7cff2f438b3df00fb42e315237bfdd15c5 /src/buffer.c | |
| parent | da5d0786163a91400eced4fddba4a92b652458d1 (diff) | |
| download | emacs-77c5f4554ebb3b7c7d49bc881e45a550f6c93987.tar.gz emacs-77c5f4554ebb3b7c7d49bc881e45a550f6c93987.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).
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: | |||
| 6225 | (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT | 6225 | (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT |
| 6226 | ANYTHING ELSE display a hollow box cursor | 6226 | ANYTHING ELSE display a hollow box cursor |
| 6227 | 6227 | ||
| 6228 | WIDTH and HEIGHT can't exceed the frame's canonical character size. | ||
| 6229 | |||
| 6228 | When the buffer is displayed in a non-selected window, the | 6230 | When the buffer is displayed in a non-selected window, the |
| 6229 | cursor's appearance is instead controlled by the variable | 6231 | cursor's appearance is instead controlled by the variable |
| 6230 | `cursor-in-non-selected-windows'. */); | 6232 | `cursor-in-non-selected-windows'. */); |