]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_buffer) <line-spacing>: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Tue, 14 Apr 2009 13:58:35 +0000 (13:58 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 14 Apr 2009 13:58:35 +0000 (13:58 +0000)
src/ChangeLog
src/buffer.c

index 9aab450f82b51379a279ac31f6e396c28e42b5ad..5290d7ba92b0f29eaa125924b48b02776797e2d1 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
+
 2009-04-14  Kenichi Handa  <handa@m17n.org>
 
        * font.c (Ffont_info): Fix docstring.  Fix the second element of
index 8cfdd1a77c1c6effe16f258a96bdd066d45fe629..f06a6c06a9279a28c640eedf346ac507fc94ca6d 100644 (file)
@@ -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.  */);