diff options
| author | Paul Eggert | 2013-06-30 08:10:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-06-30 08:10:33 -0700 |
| commit | adc5dbceb07a589a8ade9338522b15fc99bd520f (patch) | |
| tree | cda35dde0a52d723658b4375dcc4daa8a4443655 /doc/lispref | |
| parent | 5d1c328614c3b8165ee3c9e9d3597f1fb0196ede (diff) | |
| download | emacs-adc5dbceb07a589a8ade9338522b15fc99bd520f.tar.gz emacs-adc5dbceb07a589a8ade9338522b15fc99bd520f.zip | |
Spelling fixes.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/display.texi | 6 |
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 |
| 4657 | The @code{:max-width} and @code{:max-height} keywords are used for | 4657 | The @code{:max-width} and @code{:max-height} keywords are used for |
| 4658 | scaling if the size of the image of the image exceeds these values. | 4658 | scaling if the size of the image of the image exceeds these values. |
| 4659 | If @code{:width} is set it will have presedence over @code{max-width}, | 4659 | If @code{:width} is set it will have precedence over @code{max-width}, |
| 4660 | and if @code{:height} is set it will have presedence over | 4660 | and 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 |
| 4662 | wish. @code{:max-width} and @code{:max-height} will always preserve | 4662 | wish. @code{:max-width} and @code{:max-height} will always preserve |
| 4663 | the aspec ratio. | 4663 | the aspect ratio. |
| 4664 | 4664 | ||
| 4665 | @item :rotation | 4665 | @item :rotation |
| 4666 | Specifies a rotation angle in degrees. | 4666 | Specifies a rotation angle in degrees. |