emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 5c2d9ae48ed: ; * lisp/image-mode.el: Fix typos in doc strings (


From: Eli Zaretskii
Subject: emacs-29 5c2d9ae48ed: ; * lisp/image-mode.el: Fix typos in doc strings (bug#66302).
Date: Mon, 2 Oct 2023 03:02:09 -0400 (EDT)

branch: emacs-29
commit 5c2d9ae48ede95efac5f6919585ad3b98a51699a
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/image-mode.el: Fix typos in doc strings (bug#66302).
---
 lisp/image-mode.el | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]