summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-01-12 15:21:00 +0000
committerGerd Moellmann <gerd@gnu.org>2001-01-12 15:21:00 +0000
commitb30623bee027d57e63925e8b0d00505bc07625ac (patch)
treedb3646c6722b196abb74814468e3300b24c92482 /lispref
parent35a415071e4b38acd205aea572bb084707237589 (diff)
downloademacs-b30623bee027d57e63925e8b0d00505bc07625ac.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r--lispref/display.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 12be0ef10dd..4f218de4b1b 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -2467,9 +2467,12 @@ properties and overlays that apply to the image.
If this property is omitted, it defaults to 50.
@item :margin @var{margin}
-The @code{:margin} property specifies how many pixels to add as an extra
-margin around the image. The value, @var{margin}, must be a
-non-negative number; if it is not specified, the default is zero.
+The @code{:margin} property specifies how many pixels to add as an
+extra margin around the image. The value, @var{margin}, must be a a
+non-negative number, or a pair @code{(@var{x} . @var{y})} of such
+numbers. If it is a pair, @var{x} specifies how many pixels to add
+horizontally, and @var{y} specifies how many pixels to add vertically.
+If @code{:margin} is not specified, the default is zero.
@item :relief @var{relief}
The @code{:relief} property, if non-@code{nil}, adds a shadow rectangle