From: Stefan Kangas Date: Fri, 3 Dec 2021 13:34:19 +0000 (+0100) Subject: ; * lisp/image-mode.el (image-mode): Minor doc fix. X-Git-Tag: emacs-29.0.90~3619^2~37 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9db76af76c2e98d983544aaf52a9fe23bba1fa15;p=emacs.git ; * lisp/image-mode.el (image-mode): Minor doc fix. --- 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}"