]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/thumbs.el (thumbs-show-from-dir): Improve prompt.
authorStefan Kangas <stefan@marxist.se>
Sat, 20 Mar 2021 04:12:18 +0000 (05:12 +0100)
committerStefan Kangas <stefan@marxist.se>
Sat, 20 Mar 2021 09:00:28 +0000 (10:00 +0100)
lisp/thumbs.el

index 8d79ceda5b84f5dcecc2721cc07240437ae530d9..e43d13d703f8c8c730789275f9cfed4af6fe5b13 100644 (file)
@@ -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))