/[emacs]/emacs/lispref/frames.texi
ViewVC logotype

Diff of /emacs/lispref/frames.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.81 by ttn, Thu Dec 9 16:11:01 2004 UTC revision 1.82 by kfstorm, Fri Dec 10 23:58:14 2004 UTC
# Line 605  it and see if it works.) Line 605  it and see if it works.)
605  @end ignore  @end ignore
606  @end table  @end table
607    
 @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  
   
608  @defvar blink-cursor-alist  @defvar blink-cursor-alist
609  This variable specifies how to blink the cursor.  Each element has the  This variable specifies how to blink the cursor.  Each element has the
610  form @code{(@var{on-state} . @var{off-state})}.  Whenever the cursor  form @code{(@var{on-state} . @var{off-state})}.  Whenever the cursor

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26