summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIkumi Keita <ikumi@ikumi.que.jp>2023-10-02 15:54:51 +0900
committerEli Zaretskii <eliz@gnu.org>2023-10-02 10:01:18 +0300
commit5c2d9ae48ede95efac5f6919585ad3b98a51699a (patch)
treeb243c0526688eeb162d8cba2a885b5b5345eb8ed
parentfa0d3f45aebb4f2016772b2261f10f6793efbc31 (diff)
downloademacs-5c2d9ae48ede95efac5f6919585ad3b98a51699a.tar.gz
; * lisp/image-mode.el: Fix typos in doc strings (bug#66302).
-rw-r--r--lisp/image-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/image-mode.el b/lisp/image-mode.el
index 962e48bd9c6..d701124f3f3 100644
--- a/lisp/image-mode.el
+++ b/lisp/image-mode.el
@@ -773,7 +773,7 @@ to switch back to
;;;###autoload
(defun image-mode-to-text ()
"Set a non-image mode as major mode in combination with image minor mode.
-A non-mage major mode found from `auto-mode-alist' or fundamental mode
+A non-image major mode found from `auto-mode-alist' or fundamental mode
displays an image file as text."
;; image-mode-as-text = normal-mode + image-minor-mode
(let ((previous-image-type image-type)) ; preserve `image-type'
@@ -786,7 +786,7 @@ displays an image file as text."
(defun image-mode-as-hex ()
"Set `hexl-mode' as major mode in combination with image minor mode.
-A non-mage major mode found from `auto-mode-alist' or fundamental mode
+A non-image major mode found from `auto-mode-alist' or fundamental mode
displays an image file as hex. `image-minor-mode' provides the key
\\<image-mode-map>\\[image-toggle-hex-display] to switch back to `image-mode' \
to display an image file as