aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorPaul Eggert2013-08-15 22:15:51 -0700
committerPaul Eggert2013-08-15 22:15:51 -0700
commit526e5233cc0e2375798bdc79329a893302fdfb4b (patch)
treea4c1d95440225335cd6864a23e6fa1f6c5d6b28b /doc/lispref
parentc8068af56770f8b0be93218e76dd17ea508f3365 (diff)
downloademacs-526e5233cc0e2375798bdc79329a893302fdfb4b.tar.gz
emacs-526e5233cc0e2375798bdc79329a893302fdfb4b.zip
Spelling fixes.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/display.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 0f296bf31c5..ff9d98170d1 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -4667,7 +4667,7 @@ the aspect ratio.
4667@item :format 4667@item :format
4668ImageMagick tries to auto-detect the image type, but it isn't always 4668ImageMagick tries to auto-detect the image type, but it isn't always
4669able to. By using @code{:format-type}, we can give ImageMagick a hint 4669able to. By using @code{:format-type}, we can give ImageMagick a hint
4670to try to help it. It's used in conjuction with the 4670to try to help it. It's used in conjunction with the
4671@code{image-format-suffixes} variable, which provides a mapping from 4671@code{image-format-suffixes} variable, which provides a mapping from
4672content types to file name suffixes. This is then given to 4672content types to file name suffixes. This is then given to
4673ImageMagick as a file name hint. 4673ImageMagick as a file name hint.