summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-04-14 13:58:35 +0000
committerEli Zaretskii <eliz@gnu.org>2009-04-14 13:58:35 +0000
commit3ba010e58f1e2e3c837b318aa95dd9d15c11afee (patch)
tree9cfce82ce2d60418f5ff75fcf6661d101bfb38b8 /src/buffer.c
parent06f19b91268f98f9c47b2584006929a474b352f3 (diff)
downloademacs-3ba010e58f1e2e3c837b318aa95dd9d15c11afee.tar.gz
(syms_of_buffer) <line-spacing>: Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
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
DEFVAR_PER_BUFFER ("line-spacing",
&current_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. */);