From: Stefan Kangas Date: Sat, 20 Mar 2021 04:12:18 +0000 (+0100) Subject: * lisp/thumbs.el (thumbs-show-from-dir): Improve prompt. X-Git-Tag: emacs-28.0.90~3197 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6d7e2e8f9a28ae545f4d8a48df103488b297226;p=emacs.git * lisp/thumbs.el (thumbs-show-from-dir): Improve prompt. --- 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))