summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-03-20 05:12:18 +0100
committerStefan Kangas <stefan@marxist.se>2021-03-20 10:00:28 +0100
commitf6d7e2e8f9a28ae545f4d8a48df103488b297226 (patch)
tree63d0b38ea234945dd2d0f15dfd724394822d06c7
parent729eae14eb648ad508b7963899d441c3e72fafea (diff)
downloademacs-f6d7e2e8f9a28ae545f4d8a48df103488b297226.tar.gz
* lisp/thumbs.el (thumbs-show-from-dir): Improve prompt.
-rw-r--r--lisp/thumbs.el2
1 files changed, 1 insertions, 1 deletions
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))