From: Ikumi Keita Date: Mon, 2 Oct 2023 06:54:51 +0000 (+0900) Subject: ; * lisp/image-mode.el: Fix typos in doc strings (bug#66302). X-Git-Tag: emacs-29.1.90~32 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c2d9ae48ede95efac5f6919585ad3b98a51699a;p=emacs.git ; * lisp/image-mode.el: Fix typos in doc strings (bug#66302). --- 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-toggle-hex-display] to switch back to `image-mode' \ to display an image file as