diff options
| author | Dave Love | 2001-03-22 15:16:31 +0000 |
|---|---|---|
| committer | Dave Love | 2001-03-22 15:16:31 +0000 |
| commit | 5143d8a4f145e6925c618b8d7421c2ddd36c80fa (patch) | |
| tree | 0e823e587d505e2cc4149ba02b5b426ae3cf5cc9 | |
| parent | f61a541bca6d9358333c3e8e72b6a632a3f0a14c (diff) | |
| download | emacs-5143d8a4f145e6925c618b8d7421c2ddd36c80fa.tar.gz emacs-5143d8a4f145e6925c618b8d7421c2ddd36c80fa.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/display.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 2c896841593..f9284cc160d 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -2278,6 +2278,10 @@ instead of the text that has the display specification, at the same | |||
| 2278 | position as that text. This is a special case of marginal display | 2278 | position as that text. This is a special case of marginal display |
| 2279 | (@pxref{Display Margins}). | 2279 | (@pxref{Display Margins}). |
| 2280 | 2280 | ||
| 2281 | Recursive display specifications are not supported, i.e.@: string | ||
| 2282 | display specifications that have a display specification property | ||
| 2283 | themselves. | ||
| 2284 | |||
| 2281 | @item (space-width @var{factor}) | 2285 | @item (space-width @var{factor}) |
| 2282 | This display specification affects all the space characters within the | 2286 | This display specification affects all the space characters within the |
| 2283 | text that has the specification. It displays all of these spaces | 2287 | text that has the specification. It displays all of these spaces |
| @@ -2367,11 +2371,11 @@ Thus, you can make changes take effect by calling | |||
| 2367 | 2371 | ||
| 2368 | You can also set the margin widths immediately. | 2372 | You can also set the margin widths immediately. |
| 2369 | 2373 | ||
| 2370 | @defun set-window-margins window left right | 2374 | @defun set-window-margins window left &optional right |
| 2371 | @tindex set-window-margins | 2375 | @tindex set-window-margins |
| 2372 | This function specifies the margin widths for window @var{window}. | 2376 | This function specifies the margin widths for window @var{window}. |
| 2373 | The argument @var{left} controls the left margin and | 2377 | The argument @var{left} controls the left margin and |
| 2374 | @var{right} controls the right margin. | 2378 | @var{right} controls the right margin (default @code{0}). |
| 2375 | @end defun | 2379 | @end defun |
| 2376 | 2380 | ||
| 2377 | @defun window-margins &optional window | 2381 | @defun window-margins &optional window |