diff options
| author | Paul Eggert | 2013-08-15 22:15:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-08-15 22:15:51 -0700 |
| commit | 526e5233cc0e2375798bdc79329a893302fdfb4b (patch) | |
| tree | a4c1d95440225335cd6864a23e6fa1f6c5d6b28b /doc/lispref | |
| parent | c8068af56770f8b0be93218e76dd17ea508f3365 (diff) | |
| download | emacs-526e5233cc0e2375798bdc79329a893302fdfb4b.tar.gz emacs-526e5233cc0e2375798bdc79329a893302fdfb4b.zip | |
Spelling fixes.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/display.texi | 2 |
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 |
| 4668 | ImageMagick tries to auto-detect the image type, but it isn't always | 4668 | ImageMagick tries to auto-detect the image type, but it isn't always |
| 4669 | able to. By using @code{:format-type}, we can give ImageMagick a hint | 4669 | able to. By using @code{:format-type}, we can give ImageMagick a hint |
| 4670 | to try to help it. It's used in conjuction with the | 4670 | to 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 |
| 4672 | content types to file name suffixes. This is then given to | 4672 | content types to file name suffixes. This is then given to |
| 4673 | ImageMagick as a file name hint. | 4673 | ImageMagick as a file name hint. |