diff options
| author | Stefan Kangas | 2021-03-20 05:12:18 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-03-20 10:00:28 +0100 |
| commit | f6d7e2e8f9a28ae545f4d8a48df103488b297226 (patch) | |
| tree | 63d0b38ea234945dd2d0f15dfd724394822d06c7 | |
| parent | 729eae14eb648ad508b7963899d441c3e72fafea (diff) | |
| download | emacs-f6d7e2e8f9a28ae545f4d8a48df103488b297226.tar.gz emacs-f6d7e2e8f9a28ae545f4d8a48df103488b297226.zip | |
* lisp/thumbs.el (thumbs-show-from-dir): Improve prompt.
| -rw-r--r-- | lisp/thumbs.el | 2 |
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." | |||
| 376 | "Make a preview buffer for all images in DIR. | 376 | "Make a preview buffer for all images in DIR. |
| 377 | Optional argument REG to select file matching a regexp, | 377 | Optional argument REG to select file matching a regexp, |
| 378 | and SAME-WINDOW to show thumbs in the same window." | 378 | and SAME-WINDOW to show thumbs in the same window." |
| 379 | (interactive "DDir: ") | 379 | (interactive "DThumbs (directory): ") |
| 380 | (thumbs-show-thumbs-list | 380 | (thumbs-show-thumbs-list |
| 381 | (directory-files dir t (or reg (image-file-name-regexp))) | 381 | (directory-files dir t (or reg (image-file-name-regexp))) |
| 382 | dir same-window)) | 382 | dir same-window)) |