]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/image-mode.el (image-minor-mode): Reflow docstring.
authorStefan Kangas <stefankangas@gmail.com>
Thu, 18 Aug 2022 16:06:56 +0000 (18:06 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 18 Aug 2022 17:31:28 +0000 (19:31 +0200)
lisp/image-mode.el

index 7892f0d5b9e706f828bffdeb69cc7eb5c4a8101b..0888e565a3e3de9a367ec433600cd21cd3d3d8db 100644 (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"