diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-12-03 14:34:19 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-12-03 15:22:51 +0100 |
commit | 9db76af76c2e98d983544aaf52a9fe23bba1fa15 (patch) | |
tree | df3271a3dbf70ee67771f68a8a0809d633f008fd /lisp/image-mode.el | |
parent | e3a10c8cd90330736432f95858f1a85a65e8afbf (diff) | |
download | emacs-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.el | 5 |
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}" |