From 9db76af76c2e98d983544aaf52a9fe23bba1fa15 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 3 Dec 2021 14:34:19 +0100 Subject: [PATCH] ; * lisp/image-mode.el (image-mode): Minor doc fix. --- lisp/image-mode.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/image-mode.el b/lisp/image-mode.el index 624c852cb8e..4ee02c0675a 100644 --- a/lisp/image-mode.el +++ b/lisp/image-mode.el @@ -621,8 +621,9 @@ call." ;;;###autoload (defun image-mode () "Major mode for image files. -You can use \\\\[image-toggle-display] or \\\\[image-toggle-hex-display] -to toggle between display as an image and display as text or hex. +You can use \\\\[image-toggle-display] or \ +\\[image-toggle-hex-display] to toggle between display +as an image and display as text or hex. Key bindings: \\{image-mode-map}" -- 2.39.2