summaryrefslogtreecommitdiff
path: root/lisp/image-mode.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-12-03 14:34:19 +0100
committerStefan Kangas <stefan@marxist.se>2021-12-03 15:22:51 +0100
commit9db76af76c2e98d983544aaf52a9fe23bba1fa15 (patch)
treedf3271a3dbf70ee67771f68a8a0809d633f008fd /lisp/image-mode.el
parente3a10c8cd90330736432f95858f1a85a65e8afbf (diff)
downloademacs-9db76af76c2e98d983544aaf52a9fe23bba1fa15.tar.gz
emacs-9db76af76c2e98d983544aaf52a9fe23bba1fa15.tar.bz2
emacs-9db76af76c2e98d983544aaf52a9fe23bba1fa15.zip
; * lisp/image-mode.el (image-mode): Minor doc fix.
Diffstat (limited to 'lisp/image-mode.el')
-rw-r--r--lisp/image-mode.el5
1 files 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-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}"