mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
; * lisp/image-mode.el (image-minor-mode): Reflow docstring.
This commit is contained in:
parent
0dc9c9a68f
commit
054d1e80dc
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue