diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 922109ab282..b9c4c853546 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -6213,8 +6213,9 @@ Values are interpreted as follows: | |||
| 6213 | (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT | 6213 | (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT |
| 6214 | ANYTHING ELSE display a hollow box cursor | 6214 | ANYTHING ELSE display a hollow box cursor |
| 6215 | 6215 | ||
| 6216 | When the buffer is displayed in a nonselected window, | 6216 | When the buffer is displayed in a non-selected window, the |
| 6217 | this variable has no effect; the cursor appears as a hollow box. */); | 6217 | cursor's appearance is instead controlled by the variable |
| 6218 | `cursor-in-non-selected-windows'. */); | ||
| 6218 | 6219 | ||
| 6219 | DEFVAR_PER_BUFFER ("line-spacing", | 6220 | DEFVAR_PER_BUFFER ("line-spacing", |
| 6220 | ¤t_buffer->extra_line_spacing, Qnil, | 6221 | ¤t_buffer->extra_line_spacing, Qnil, |