projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
729eae1
)
* lisp/thumbs.el (thumbs-show-from-dir): Improve prompt.
author
Stefan Kangas
<stefan@marxist.se>
Sat, 20 Mar 2021 04:12:18 +0000
(
05:12
+0100)
committer
Stefan Kangas
<stefan@marxist.se>
Sat, 20 Mar 2021 09:00:28 +0000
(10:00 +0100)
lisp/thumbs.el
patch
|
blob
|
history
diff --git
a/lisp/thumbs.el
b/lisp/thumbs.el
index 8d79ceda5b84f5dcecc2721cc07240437ae530d9..e43d13d703f8c8c730789275f9cfed4af6fe5b13 100644
(file)
--- 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 "D
Dir
: ")
+ (interactive "D
Thumbs (directory)
: ")
(thumbs-show-thumbs-list
(directory-files dir t (or reg (image-file-name-regexp)))
dir same-window))