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: Fri, 20 Jan 2006 01:26:16 +0000

Index: emacs/lispref/display.texi
diff -u emacs/lispref/display.texi:1.196 emacs/lispref/display.texi:1.197
--- emacs/lispref/display.texi:1.196    Sat Jan  7 18:41:50 2006
+++ emacs/lispref/display.texi  Fri Jan 20 01:26:16 2006
@@ -3277,6 +3277,9 @@
 @item @var{string}
 Display @var{string} instead of the text that has this property.
 
+Recursive display specifications are not address@hidden's
address@hidden properties, if any, are not used.
+
 @item (image . @var{image-props})
 This kind of display specification is an image descriptor (@pxref{Images}).
 When used as a display specification, it means to display the image
@@ -3292,14 +3295,11 @@
 of the entire image.
 
 @item ((margin nil) @var{string})
address@hidden @var{string}
 A display specification of this form means to display @var{string}
 instead of the text that has the display specification, at the same
-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.
+position as that text.  It is equivalent to using just @var{string},
+but it is done as a special case of marginal display (@pxref{Display
+Margins}).
 
 @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]