aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-10-13 18:05:11 +0000
committerDave Love2000-10-13 18:05:11 +0000
commit1574933b68e4a1b7747f5df5a0a836bb967630eb (patch)
treed43d5478a723692aa90a011cb34eafcf61dd1685
parent1396138ac35454493d61f4cf05541222f1a2f67d (diff)
downloademacs-1574933b68e4a1b7747f5df5a0a836bb967630eb.tar.gz
emacs-1574933b68e4a1b7747f5df5a0a836bb967630eb.zip
string display property
-rw-r--r--lispref/display.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index eab85054810..7c6f08eb9d3 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
2248display specification, it means to display the image instead of the text 2248display specification, it means to display the image instead of the text
2249that has the display specification. 2249that has the display specification.
2250 2250
2251@item ((margin nil) @var{string})
2252@itemx @var{string}
2253A display specification of this form means to display @var{string}
2254instead of the text that has the display specification, at the same
2255position as that text. This is a special case of marginal display
2256(@pxref{Display Margins}).
2257
2251@item (space-width @var{factor}) 2258@item (space-width @var{factor})
2252This display specification affects all the space characters within the 2259This display specification affects all the space characters within the
2253text that has the specification. It displays all of these spaces 2260text that has the specification. It displays all of these spaces