aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2001-03-22 15:16:31 +0000
committerDave Love2001-03-22 15:16:31 +0000
commit5143d8a4f145e6925c618b8d7421c2ddd36c80fa (patch)
tree0e823e587d505e2cc4149ba02b5b426ae3cf5cc9
parentf61a541bca6d9358333c3e8e72b6a632a3f0a14c (diff)
downloademacs-5143d8a4f145e6925c618b8d7421c2ddd36c80fa.tar.gz
emacs-5143d8a4f145e6925c618b8d7421c2ddd36c80fa.zip
*** empty log message ***
-rw-r--r--lispref/display.texi8
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
2278position as that text. This is a special case of marginal display 2278position as that text. This is a special case of marginal display
2279(@pxref{Display Margins}). 2279(@pxref{Display Margins}).
2280 2280
2281Recursive display specifications are not supported, i.e.@: string
2282display specifications that have a display specification property
2283themselves.
2284
2281@item (space-width @var{factor}) 2285@item (space-width @var{factor})
2282This display specification affects all the space characters within the 2286This display specification affects all the space characters within the
2283text that has the specification. It displays all of these spaces 2287text 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
2372This function specifies the margin widths for window @var{window}. 2376This function specifies the margin widths for window @var{window}.
2373The argument @var{left} controls the left margin and 2377The 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