aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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.