diff options
| author | Stefan Kangas | 2022-05-15 11:15:06 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-05-15 11:15:06 +0200 |
| commit | 09674074b57bee74ff1039f8ef08c2dea321c0da (patch) | |
| tree | c8b866aca602a22a867a77eaab6eab1c8146db1c /lisp/image | |
| parent | aaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff) | |
| download | emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.zip | |
; Fix typos
Diffstat (limited to 'lisp/image')
| -rw-r--r-- | lisp/image/image-converter.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image/image-converter.el b/lisp/image/image-converter.el index 7914d28c293..9440c623f90 100644 --- a/lisp/image/image-converter.el +++ b/lisp/image/image-converter.el | |||
| @@ -49,7 +49,7 @@ formats that are to be supported: Only the suffixes that map to | |||
| 49 | (defcustom image-convert-to-format "png" | 49 | (defcustom image-convert-to-format "png" |
| 50 | "The image format to convert to. | 50 | "The image format to convert to. |
| 51 | This should be a string like \"png\" or \"ppm\" or some | 51 | This should be a string like \"png\" or \"ppm\" or some |
| 52 | other (preferrably lossless) format that Emacs understands | 52 | other (preferably lossless) format that Emacs understands |
| 53 | natively. The converter chosen has to support the format, and if | 53 | natively. The converter chosen has to support the format, and if |
| 54 | not, conversion will fail." | 54 | not, conversion will fail." |
| 55 | :group 'image | 55 | :group 'image |