aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorPaul Eggert2013-06-30 08:10:33 -0700
committerPaul Eggert2013-06-30 08:10:33 -0700
commitadc5dbceb07a589a8ade9338522b15fc99bd520f (patch)
treecda35dde0a52d723658b4375dcc4daa8a4443655 /doc/lispref
parent5d1c328614c3b8165ee3c9e9d3597f1fb0196ede (diff)
downloademacs-adc5dbceb07a589a8ade9338522b15fc99bd520f.tar.gz
emacs-adc5dbceb07a589a8ade9338522b15fc99bd520f.zip
Spelling fixes.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/display.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index ecefb684ee6..44fbc66a60e 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -4656,11 +4656,11 @@ aspect ratio may not be preserved.
4656@item :max-width, :max-height 4656@item :max-width, :max-height
4657The @code{:max-width} and @code{:max-height} keywords are used for 4657The @code{:max-width} and @code{:max-height} keywords are used for
4658scaling if the size of the image of the image exceeds these values. 4658scaling if the size of the image of the image exceeds these values.
4659If @code{:width} is set it will have presedence over @code{max-width}, 4659If @code{:width} is set it will have precedence over @code{max-width},
4660and if @code{:height} is set it will have presedence over 4660and if @code{:height} is set it will have precedence over
4661@code{max-height}, but you can otherwise mix these keywords as you 4661@code{max-height}, but you can otherwise mix these keywords as you
4662wish. @code{:max-width} and @code{:max-height} will always preserve 4662wish. @code{:max-width} and @code{:max-height} will always preserve
4663the aspec ratio. 4663the aspect ratio.
4664 4664
4665@item :rotation 4665@item :rotation
4666Specifies a rotation angle in degrees. 4666Specifies a rotation angle in degrees.