emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src buffer.c


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/src buffer.c
Date: Tue, 14 Apr 2009 13:57:13 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/04/14 13:57:13

Modified files:
        src            : buffer.c 

Log message:
        (syms_of_buffer) <line-spacing>: Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/buffer.c?cvsroot=emacs&r1=1.581&r2=1.582

Patches:
Index: buffer.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/buffer.c,v
retrieving revision 1.581
retrieving revision 1.582
diff -u -b -r1.581 -r1.582
--- buffer.c    17 Mar 2009 10:26:25 -0000      1.581
+++ buffer.c    14 Apr 2009 13:57:12 -0000      1.582
@@ -6245,7 +6245,8 @@
   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.  
*/);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]