emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 054d1e80dc 4/6: ; * lisp/image-mode.el (image-minor-mode): Reflow


From: Stefan Kangas
Subject: master 054d1e80dc 4/6: ; * lisp/image-mode.el (image-minor-mode): Reflow docstring.
Date: Thu, 18 Aug 2022 14:33:42 -0400 (EDT)

branch: master
commit 054d1e80dc7cf3ba612ff704f312d0b8953416cf
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * lisp/image-mode.el (image-minor-mode): Reflow docstring.
---
 lisp/image-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/image-mode.el b/lisp/image-mode.el
index 7892f0d5b9..0888e565a3 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]