emacs-diffs
[Top][All Lists]
Advanced

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

master e9f42b1cba 2/2: image-dired: Improve minor mode docstring


From: Stefan Kangas
Subject: master e9f42b1cba 2/2: image-dired: Improve minor mode docstring
Date: Thu, 22 Sep 2022 08:31:53 -0400 (EDT)

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

    image-dired: Improve minor mode docstring
    
    * lisp/image/image-dired-dired.el (image-dired-minor-mode):
    Improve docstring.
---
 lisp/image/image-dired-dired.el | 36 +++++++++++++++++++++++++++++++++---
 1 file changed, 33 insertions(+), 3 deletions(-)

diff --git a/lisp/image/image-dired-dired.el b/lisp/image/image-dired-dired.el
index ed7b892bca..73434c6062 100644
--- a/lisp/image/image-dired-dired.el
+++ b/lisp/image/image-dired-dired.el
@@ -238,9 +238,39 @@ With prefix argument, move ARG lines."
 
 ;;;###autoload
 (define-minor-mode image-dired-minor-mode
-  "Setup easy-to-use keybindings for the commands to be used in Dired mode.
-
-\\{image-dired-minor-mode-map}"
+  "Setup easy-to-use keybindings for Image-Dired in Dired mode.
+
+This minor mode adds these additional bindings:
+\\<image-dired-minor-mode-map>
+  \\[image-dired-next-line-and-display]                Move to next line and 
display \
+thumbnail image.
+  \\[image-dired-previous-line-and-display]            Move to previous line \
+and display thumbnail image.
+  \\[image-dired-mark-and-display-next]                Mark current file and 
display \
+next thumbnail image.
+  \\[image-dired-jump-thumbnail-buffer]                Jump to thumbnail 
buffer.
+
+For reference, these are the default Image-Dired bindings that
+are always available in Dired:
+\\<dired-mode-map>
+  \\[image-dired-display-thumbs]               Display thumbnails of all 
marked files.
+  \\[image-dired-tag-files]            Tag marked file(s).
+  \\[image-dired-delete-tag]           Remove tag for selected file(s).
+  \\[image-dired-jump-thumbnail-buffer]                Jump to thumbnail 
buffer.
+  \\[image-dired-dired-display-image]          Display current image file.
+  \\[image-dired-dired-display-external]               Display file at point \
+using an external viewer.
+  \\[image-dired-display-thumbs-append]                Append thumbnails to \
+thumbnail buffer.
+  \\[image-dired-display-thumb]                Display thumbnails of all 
marked files.
+  \\[image-dired-dired-comment-files]          Add comment to current or \
+marked files in Dired.
+  \\[image-dired-mark-tagged-files]            Use REGEXP to mark files with \
+matching tag.
+  \\[image-dired-dired-toggle-marked-thumbs]   Toggle thumbnails in \
+front of file names.
+  \\[image-dired-dired-edit-comment-and-tags]          Edit comment and tags \
+of marked images."
   :keymap image-dired-minor-mode-map)
 
 (declare-function clear-image-cache "image.c" (&optional filter))



reply via email to

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