Improve prompt of 'image-dired' command

* lisp/image/image-dired.el (image-dired-show-all-from-dir):
Improve prompt.
This commit is contained in:
Stefan Kangas 2022-09-23 15:10:33 +02:00
parent 651c8ab5c5
commit b306bc5e6d

View file

@ -553,7 +553,7 @@ If the number of image files in DIR exceeds
`image-dired-show-all-from-dir-max-files', ask for confirmation
before creating the thumbnail buffer. If that variable is nil,
never ask for confirmation."
(interactive "DImage-Dired: ")
(interactive "DImage-Dired (directory): ")
(dired dir)
(dired-mark-files-regexp (image-dired--file-name-regexp))
(let ((files (dired-get-marked-files nil nil nil t)))