; * lisp/image-mode.el (image-minor-mode): Reflow docstring.

This commit is contained in:
Stefan Kangas 2022-08-18 18:06:56 +02:00
parent 0dc9c9a68f
commit 054d1e80dc

View file

@ -754,9 +754,9 @@ Key bindings:
(define-minor-mode image-minor-mode
"Toggle Image minor mode in this buffer.
Image minor mode provides the key \\<image-mode-map>\\[image-toggle-display],
to switch back to `image-mode' and display an image file as the
actual image."
Image minor mode provides the key \\<image-mode-map>\\[image-toggle-display], \
to switch back to
`image-mode' and display an image file as the actual image."
:lighter (:eval (if image-type (format " Image[%s]" image-type) " Image"))
:group 'image
:version "22.1"