From 3ba010e58f1e2e3c837b318aa95dd9d15c11afee Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 14 Apr 2009 13:58:35 +0000 Subject: (syms_of_buffer) : Doc fix. --- src/ChangeLog | 4 ++++ src/buffer.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/ChangeLog b/src/ChangeLog index 9aab450f82b..5290d7ba92b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-04-14 Eli Zaretskii + + * buffer.c (syms_of_buffer) : Doc fix. + 2009-04-14 Kenichi Handa * font.c (Ffont_info): Fix docstring. Fix the second element of 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 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. */); -- cgit v1.2.1