From: Stefan Kangas <stefankangas@gmail.com>
Date: Thu, 18 Aug 2022 16:06:56 +0000 (+0200)
Subject: ; * lisp/image-mode.el (image-minor-mode): Reflow docstring.
X-Git-Tag: emacs-29.0.90~1447^2~65
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=054d1e80dc7cf3ba612ff704f312d0b8953416cf;p=emacs.git

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

diff --git a/lisp/image-mode.el b/lisp/image-mode.el
index 7892f0d5b9e..0888e565a3e 100644
--- a/lisp/image-mode.el
+++ b/lisp/image-mode.el
@@ -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"