emacs-diffs
[Top][All Lists]
Advanced

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

master f6d7e2e 1/3: * lisp/thumbs.el (thumbs-show-from-dir): Improve pro


From: Stefan Kangas
Subject: master f6d7e2e 1/3: * lisp/thumbs.el (thumbs-show-from-dir): Improve prompt.
Date: Sat, 20 Mar 2021 05:01:01 -0400 (EDT)

branch: master
commit f6d7e2e8f9a28ae545f4d8a48df103488b297226
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/thumbs.el (thumbs-show-from-dir): Improve prompt.
---
 lisp/thumbs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/thumbs.el b/lisp/thumbs.el
index 8d79ced..e43d13d 100644
--- a/lisp/thumbs.el
+++ b/lisp/thumbs.el
@@ -376,7 +376,7 @@ If MARKED is non-nil, the image is marked."
   "Make a preview buffer for all images in DIR.
 Optional argument REG to select file matching a regexp,
 and SAME-WINDOW to show thumbs in the same window."
-  (interactive "DDir: ")
+  (interactive "DThumbs (directory): ")
   (thumbs-show-thumbs-list
    (directory-files dir t (or reg (image-file-name-regexp)))
    dir same-window))



reply via email to

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