diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-05-15 11:15:06 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-05-15 11:15:06 +0200 |
commit | 09674074b57bee74ff1039f8ef08c2dea321c0da (patch) | |
tree | c8b866aca602a22a867a77eaab6eab1c8146db1c /lisp/image/image-converter.el | |
parent | aaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff) | |
download | emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz |
; Fix typos
Diffstat (limited to 'lisp/image/image-converter.el')
-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 (defcustom image-convert-to-format "png" "The image format to convert to. This should be a string like \"png\" or \"ppm\" or some -other (preferrably lossless) format that Emacs understands +other (preferably lossless) format that Emacs understands natively. The converter chosen has to support the format, and if not, conversion will fail." :group 'image |