]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/image-mode.el: Fix typos in doc strings (bug#66302).
authorIkumi Keita <ikumi@ikumi.que.jp>
Mon, 2 Oct 2023 06:54:51 +0000 (15:54 +0900)
committerEli Zaretskii <eliz@gnu.org>
Mon, 2 Oct 2023 07:01:18 +0000 (10:01 +0300)
lisp/image-mode.el

index 962e48bd9c6b4afc698b8d1126a9c6d2cdd0c018..d701124f3f3e0df3a7a1c203fa642313193e6328 100644 (file)
@@ -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