emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/frames.texi


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lispref/frames.texi
Date: Thu, 09 Dec 2004 11:21:24 -0500

Index: emacs/lispref/frames.texi
diff -c emacs/lispref/frames.texi:1.80 emacs/lispref/frames.texi:1.81
*** emacs/lispref/frames.texi:1.80      Tue Nov 16 14:13:07 2004
--- emacs/lispref/frames.texi   Thu Dec  9 16:11:01 2004
***************
*** 605,610 ****
--- 605,629 ----
  @end ignore
  @end table
  
+ @defvar line-spacing
+ When this permanently buffer-local variable is non-nil, if its value is
+ an integer, that many pixels of extra space are put below each line.  If
+ the value is a floating point number, compute the spacing by multiplying
+ the value by the default frame line height.
+ 
+ Note that this variable and the frame parameter @code{line-spacing}
+ (described above) control different things.  The frame parameter is
+ involved in setting the frame line height (@pxref{Creating Frames}),
+ while the buffer-local variable is for already-created frames.
+ 
+ For example, if the frame parameter is nil, a variable value of 1.0
+ ``double-spaces'' the display because for every line of text, there is
+ an additional full line of space put below it.  Likewise, a value of 2.0
+ ``triple-spaces'' the display, and so forth.  If, on the other hand, the
+ frame parameter is 10, a variable value of 10 would effectively put 20
+ pixels of space under the text.
+ @end defvar
+ 
  @defvar blink-cursor-alist
  This variable specifies how to blink the cursor.  Each element has the
  form @code{(@var{on-state} . @var{off-state})}.  Whenever the cursor




reply via email to

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