# HG changeset patch # User Juanma Barranquero # Date 1052947634 0 # Node ID 72af65197e011841002678786e795c4124c88da8 # Parent c09edac18f97a06ea552adb6f790c84e817eb24a Fix typos. Patch from Jesper Harder . diff -r c09edac18f97 -r 72af65197e01 lispref/display.texi --- a/lispref/display.texi Wed May 14 19:38:39 2003 +0000 +++ b/lispref/display.texi Wed May 14 21:27:14 2003 +0000 @@ -1706,7 +1706,7 @@ If @var{value1} is a relative value for the face attribute @var{attribute}, returns it merged with the underlying value @var{value2}; otherwise, if @var{value1} is an absolute value for the -face a attribute @var{attribute}, returns @var{value1} unchanged. +face attribute @var{attribute}, returns @var{value1} unchanged. @end defun @defun set-face-foreground face color &optional frame @@ -2568,7 +2568,7 @@ @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.