]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/image-mode.el (image-mode): Minor doc fix.
authorStefan Kangas <stefan@marxist.se>
Fri, 3 Dec 2021 13:34:19 +0000 (14:34 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 3 Dec 2021 14:22:51 +0000 (15:22 +0100)
lisp/image-mode.el

index 624c852cb8eae6048c7ea0ace39196e447ba2cfa..4ee02c0675a322842a3abf9ea7ba2751c81f4b43 100644 (file)
@@ -621,8 +621,9 @@ call."
 ;;;###autoload
 (defun image-mode ()
   "Major mode for image files.
-You can use \\<image-mode-map>\\[image-toggle-display] or \\<image-mode-map>\\[image-toggle-hex-display]
-to toggle between display as an image and display as text or hex.
+You can use \\<image-mode-map>\\[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}"