diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 8cfdd1a77c1..f06a6c06a92 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -6245,7 +6245,8 @@ cursor's appearance is instead controlled by the variable | |||
| 6245 | DEFVAR_PER_BUFFER ("line-spacing", | 6245 | DEFVAR_PER_BUFFER ("line-spacing", |
| 6246 | ¤t_buffer->extra_line_spacing, Qnil, | 6246 | ¤t_buffer->extra_line_spacing, Qnil, |
| 6247 | doc: /* Additional space to put between lines when displaying a buffer. | 6247 | doc: /* Additional space to put between lines when displaying a buffer. |
| 6248 | The space is measured in pixels, and put below lines on window systems. | 6248 | The space is measured in pixels, and put below lines on graphic displays, |
| 6249 | see `display-graphic-p'. | ||
| 6249 | If value is a floating point number, it specifies the spacing relative | 6250 | If value is a floating point number, it specifies the spacing relative |
| 6250 | to the default frame line height. A value of nil means add no extra space. */); | 6251 | to the default frame line height. A value of nil means add no extra space. */); |
| 6251 | 6252 | ||