Mercurial > emacs
changeset 102966:a58ef8dce7bd
(syms_of_buffer) <line-spacing>: Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 14 Apr 2009 13:57:12 +0000 |
parents | 87e27eb67208 |
children | ed58adc8f9aa |
files | src/buffer.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Tue Apr 14 12:41:33 2009 +0000 +++ b/src/buffer.c Tue Apr 14 13:57:12 2009 +0000 @@ -6245,7 +6245,8 @@ DEFVAR_PER_BUFFER ("line-spacing", ¤t_buffer->extra_line_spacing, Qnil, doc: /* Additional space to put between lines when displaying a buffer. -The space is measured in pixels, and put below lines on window systems. +The space is measured in pixels, and put below lines on graphic displays, +see `display-graphic-p'. If value is a floating point number, it specifies the spacing relative to the default frame line height. A value of nil means add no extra space. */);