emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Sun, 31 Mar 2002 22:54:13 -0500

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.80 emacs/lispref/display.texi:1.81
*** emacs/lispref/display.texi:1.80     Wed Feb 13 20:38:49 2002
--- emacs/lispref/display.texi  Sun Mar 31 22:54:12 2002
***************
*** 2248,2254 ****
  values).  You can put this property on one or more consecutive
  characters; a space of the specified height and width is displayed in
  place of @emph{all} of those characters.  These are the properties you
! can use to specify the weight of the space:
  
  @table @code
  @item :width @var{width}
--- 2248,2254 ----
  values).  You can put this property on one or more consecutive
  characters; a space of the specified height and width is displayed in
  place of @emph{all} of those characters.  These are the properties you
! can use in @var{props} to specify the weight of the space:
  
  @table @code
  @item :width @var{width}
***************
*** 2268,2275 ****
  may be an interer or a floating point number.
  @end table
  
!   Exactly one of the above properties should be used.  You can also
! specify the height of the space, with other properties:
  
  @table @code
  @item :height @var{height}
--- 2268,2275 ----
  may be an interer or a floating point number.
  @end table
  
!   You should use one and only one of the above properties.  You can
! also specify the height of the space, with other properties:
  
  @table @code
  @item :height @var{height}
***************
*** 2287,2294 ****
  greater than 100.
  @end table
  
!   You should not use both @code{:height} and @code{:relative-height}
! together.
  
  @node Other Display Specs
  @subsection Other Display Specifications
--- 2287,2293 ----
  greater than 100.
  @end table
  
!   Don't use both @code{:height} and @code{:relative-height} together.
  
  @node Other Display Specs
  @subsection Other Display Specifications
***************
*** 2306,2314 ****
  position as that text.  This is a special case of marginal display
  (@pxref{Display Margins}).
  
! Recursive display specifications are not supported, i.e.@: string
! display specifications that have a display specification property
! themselves.
  
  @item (space-width @var{factor})
  This display specification affects all the space characters within the
--- 2305,2312 ----
  position as that text.  This is a special case of marginal display
  (@pxref{Display Margins}).
  
! Recursive display specifications are not supported---string display
! specifications must not have @code{display} properties themselves.
  
  @item (space-width @var{factor})
  This display specification affects all the space characters within the



reply via email to

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