diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-02-23 13:18:33 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-02-23 13:18:33 +0000 |
commit | f3a8574b68b18df157ed4b30d0ad9db038299a10 (patch) | |
tree | c128a69087904aff58e897834647a15f99348481 /lispref | |
parent | 1ff243e2da4b102351f76bba315837d47ca352f6 (diff) | |
download | emacs-f3a8574b68b18df157ed4b30d0ad9db038299a10.tar.gz |
(Image Descriptors): Remove doubled `a'.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 4cfef835049..23f826a56ec 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -2468,7 +2468,7 @@ 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 a +extra margin around the image. The value, @var{margin}, must be 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. |