From f6d7e2e8f9a28ae545f4d8a48df103488b297226 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 20 Mar 2021 05:12:18 +0100 Subject: [PATCH] * 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 8d79ceda5b8..e43d13d703f 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)) -- 2.39.5