aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/image
diff options
context:
space:
mode:
authorStefan Kangas2022-05-15 11:15:06 +0200
committerStefan Kangas2022-05-15 11:15:06 +0200
commit09674074b57bee74ff1039f8ef08c2dea321c0da (patch)
treec8b866aca602a22a867a77eaab6eab1c8146db1c /lisp/image
parentaaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff)
downloademacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz
emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.zip
; Fix typos
Diffstat (limited to 'lisp/image')
-rw-r--r--lisp/image/image-converter.el2
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.
51This should be a string like \"png\" or \"ppm\" or some 51This should be a string like \"png\" or \"ppm\" or some
52other (preferrably lossless) format that Emacs understands 52other (preferably lossless) format that Emacs understands
53natively. The converter chosen has to support the format, and if 53natively. The converter chosen has to support the format, and if
54not, conversion will fail." 54not, conversion will fail."
55 :group 'image 55 :group 'image