From: Juanma Barranquero Date: Wed, 14 May 2003 21:27:14 +0000 (+0000) Subject: Fix typos. Patch from Jesper Harder . X-Git-Tag: ttn-vms-21-2-B4~10156 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ee1638e3f157628c5d6be7c98e701ada04773a1;p=emacs.git Fix typos. Patch from Jesper Harder . --- diff --git a/lispref/display.texi b/lispref/display.texi index 85b21a045b9..a10fde57dcd 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -1706,7 +1706,7 @@ if it modifies an underlying or inherited value of @var{attribute}). 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 @@ image properties along with @code{:data}. @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.