diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-10-25 04:48:12 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-10-25 04:54:00 +0200 |
commit | 50f9436146ae1814d4f4c6670bccac7c76db292f (patch) | |
tree | 08584da487937a01a5bc3c5a3a2c65d1c49e1540 /doc/emacs/dired.texi | |
parent | bb475e10b9f0b1b76618dc6cb33237e36d30bbc3 (diff) | |
download | emacs-50f9436146ae1814d4f4c6670bccac7c76db292f.tar.gz |
image-dired: Doc fix to better explain thumbnail generation
* doc/emacs/dired.texi (Image-Dired): Improve description by
explaining that the generation of thumbnails is asynchronous.
Diffstat (limited to 'doc/emacs/dired.texi')
-rw-r--r-- | doc/emacs/dired.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 540abc3f3b9..9cdd4b805e6 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi @@ -1507,10 +1507,10 @@ buffer containing image-dired, corresponding to the marked files. You can also enter Image-Dired directly by typing @kbd{M-x image-dired}. This prompts for a directory; specify one that has image files. This creates thumbnails for all the images in that -directory, and displays them all in the thumbnail buffer. This -takes a long time if the directory contains many image files, and it -asks for confirmation if the number of image files exceeds -@code{image-dired-show-all-from-dir-max-files}. +directory, and displays them all in the thumbnail buffer. The +thumbnails are generated in the background and are loaded as they +become available. This command asks for confirmation if the number of +image files exceeds @code{image-dired-show-all-from-dir-max-files}. With point in the thumbnail buffer, you can type @key{RET} (@code{image-dired-display-thumbnail-original-image}) to display a |