From 1574933b68e4a1b7747f5df5a0a836bb967630eb Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 13 Oct 2000 18:05:11 +0000 Subject: [PATCH] string display property --- lispref/display.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lispref/display.texi b/lispref/display.texi index eab8505481..7c6f08eb9d 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -2248,6 +2248,13 @@ This is in fact an image descriptor (@pxref{Images}). When used as a display specification, it means to display the image instead of the text that has the display specification. +@item ((margin nil) @var{string}) +@itemx @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}). + @item (space-width @var{factor}) This display specification affects all the space characters within the text that has the specification. It displays all of these spaces -- 2.20.1