Mercurial > emacs
changeset 36935:1ac3e0f3e75a
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 22 Mar 2001 15:16:31 +0000 |
parents | 29a76ec27dc1 |
children | bda3649d35fd |
files | lispref/display.texi |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/display.texi Thu Mar 22 13:34:00 2001 +0000 +++ b/lispref/display.texi Thu Mar 22 15:16:31 2001 +0000 @@ -2278,6 +2278,10 @@ position as that text. This is a special case of marginal display (@pxref{Display Margins}). +Recursive display specifications are not supported, i.e.@: string +display specifications that have a display specification property +themselves. + @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 @@ -2367,11 +2371,11 @@ You can also set the margin widths immediately. -@defun set-window-margins window left right +@defun set-window-margins window left &optional right @tindex set-window-margins This function specifies the margin widths for window @var{window}. The argument @var{left} controls the left margin and -@var{right} controls the right margin. +@var{right} controls the right margin (default @code{0}). @end defun @defun window-margins &optional window