aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-05-14 21:27:14 +0000
committerJuanma Barranquero2003-05-14 21:27:14 +0000
commit9ee1638e3f157628c5d6be7c98e701ada04773a1 (patch)
tree5ef4a266d14dc68f83e27d464bb562f5c8d912a8
parent3bdc13e46ca4c714839c6bad770af160bde6e824 (diff)
downloademacs-9ee1638e3f157628c5d6be7c98e701ada04773a1.tar.gz
emacs-9ee1638e3f157628c5d6be7c98e701ada04773a1.zip
Fix typos. Patch from Jesper Harder <harder@ifa.au.dk>.
-rw-r--r--lispref/display.texi4
1 files changed, 2 insertions, 2 deletions
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}).
1706If @var{value1} is a relative value for the face attribute 1706If @var{value1} is a relative value for the face attribute
1707@var{attribute}, returns it merged with the underlying value 1707@var{attribute}, returns it merged with the underlying value
1708@var{value2}; otherwise, if @var{value1} is an absolute value for the 1708@var{value2}; otherwise, if @var{value1} is an absolute value for the
1709face a attribute @var{attribute}, returns @var{value1} unchanged. 1709face attribute @var{attribute}, returns @var{value1} unchanged.
1710@end defun 1710@end defun
1711 1711
1712@defun set-face-foreground face color &optional frame 1712@defun set-face-foreground face color &optional frame
@@ -2568,7 +2568,7 @@ image properties along with @code{:data}.
2568 2568
2569@item :margin @var{margin} 2569@item :margin @var{margin}
2570The @code{:margin} property specifies how many pixels to add as an 2570The @code{:margin} property specifies how many pixels to add as an
2571extra margin around the image. The value, @var{margin}, must be a a 2571extra margin around the image. The value, @var{margin}, must be a
2572non-negative number, or a pair @code{(@var{x} . @var{y})} of such 2572non-negative number, or a pair @code{(@var{x} . @var{y})} of such
2573numbers. If it is a pair, @var{x} specifies how many pixels to add 2573numbers. If it is a pair, @var{x} specifies how many pixels to add
2574horizontally, and @var{y} specifies how many pixels to add vertically. 2574horizontally, and @var{y} specifies how many pixels to add vertically.