emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 ef1e68f11d 2/2: * lisp/image-mode.el (image-mode-as-hex): Fix t


From: Stefan Kangas
Subject: emacs-28 ef1e68f11d 2/2: * lisp/image-mode.el (image-mode-as-hex): Fix toggle instructions.
Date: Thu, 18 Aug 2022 12:44:37 -0400 (EDT)

branch: emacs-28
commit ef1e68f11d9c5a4c66fa3b28c116ed3038a56496
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    * lisp/image-mode.el (image-mode-as-hex): Fix toggle instructions.
---
 lisp/image-mode.el | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/lisp/image-mode.el b/lisp/image-mode.el
index 70f8746a3a..383d1ac50b 100644
--- a/lisp/image-mode.el
+++ b/lisp/image-mode.el
@@ -755,13 +755,9 @@ See commands `image-mode' and `image-minor-mode' for more 
information
 on these modes."
   (interactive)
   (image-mode-to-text)
-  ;; Turn on hexl-mode
   (hexl-mode)
-  (message "%s" (concat
-                 (substitute-command-keys
-                  "Type \\[image-toggle-hex-display] or 
\\[image-toggle-display] to view the image as ")
-                 (if (image-get-display-property)
-                     "hex" "an image or text") ".")))
+  (message "%s" (substitute-command-keys
+                 "Type \\[hexl-mode-exit] to view the image as an image")))
 
 (defun image-mode-as-text ()
   "Set a non-image mode as major mode in combination with image minor mode.
@@ -781,7 +777,7 @@ on these modes."
                  (substitute-command-keys
                   "Type \\[image-toggle-display] or 
\\[image-toggle-hex-display] to view the image as ")
                  (if (image-get-display-property)
-                     "text" "an image or hex") ".")))
+                     "text" "an image or hex"))))
 
 (defun image-toggle-display-text ()
   "Show the image file as text.



reply via email to

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