diff options
| author | Dave Love | 2000-10-13 18:05:11 +0000 |
|---|---|---|
| committer | Dave Love | 2000-10-13 18:05:11 +0000 |
| commit | 1574933b68e4a1b7747f5df5a0a836bb967630eb (patch) | |
| tree | d43d5478a723692aa90a011cb34eafcf61dd1685 | |
| parent | 1396138ac35454493d61f4cf05541222f1a2f67d (diff) | |
| download | emacs-1574933b68e4a1b7747f5df5a0a836bb967630eb.tar.gz emacs-1574933b68e4a1b7747f5df5a0a836bb967630eb.zip | |
string display property
| -rw-r--r-- | lispref/display.texi | 7 |
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 | |||
| 2248 | display specification, it means to display the image instead of the text | 2248 | display specification, it means to display the image instead of the text |
| 2249 | that has the display specification. | 2249 | that has the display specification. |
| 2250 | 2250 | ||
| 2251 | @item ((margin nil) @var{string}) | ||
| 2252 | @itemx @var{string} | ||
| 2253 | A display specification of this form means to display @var{string} | ||
| 2254 | instead of the text that has the display specification, at the same | ||
| 2255 | position 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}) |
| 2252 | This display specification affects all the space characters within the | 2259 | This display specification affects all the space characters within the |
| 2253 | text that has the specification. It displays all of these spaces | 2260 | text that has the specification. It displays all of these spaces |