aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2025-07-19 13:04:29 +0300
committerEli Zaretskii2025-07-19 13:04:29 +0300
commit740138b113ab420a90b70865ac6dfffcbbc444ee (patch)
tree414b793368c2c7fec2e2ddee05ca387083fe6164
parente675d5ba64bc25921cb17ad348103090e7c50a3f (diff)
downloademacs-740138b113ab420a90b70865ac6dfffcbbc444ee.tar.gz
emacs-740138b113ab420a90b70865ac6dfffcbbc444ee.zip
; Fix last change
* lisp/image/image-dired-dired.el (image-dired-dired-toggle-marked-thumbs): Doc fix (bug#79042),
-rw-r--r--lisp/image/image-dired-dired.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/image/image-dired-dired.el b/lisp/image/image-dired-dired.el
index c7994cd4096..0616f9f43a2 100644
--- a/lisp/image/image-dired-dired.el
+++ b/lisp/image/image-dired-dired.el
@@ -62,8 +62,9 @@ Dired and you might want to turn it off."
62If no file is marked, toggle display of thumbnail on the current file's line. 62If no file is marked, toggle display of thumbnail on the current file's line.
63ARG, if non-nil (interactively, the prefix argument), specifies the files 63ARG, if non-nil (interactively, the prefix argument), specifies the files
64whose thumbnail display to toggle instead of the marked files: if ARG is an 64whose thumbnail display to toggle instead of the marked files: if ARG is an
65integer, use the next ARG (or previous -ARG, if ARG<0) files; any other 65integer, use the next ARG (or previous -ARG, if ARG<0) files; if ARG is
66value of ARG means toggle thumbnail display of the current line's file." 66the symbol `marked', use only the marked files, if any; any other value of
67ARG means toggle thumbnail display of the current line's file."
67 (interactive "P" dired-mode) 68 (interactive "P" dired-mode)
68 (setq image-dired--generate-thumbs-start (current-time)) 69 (setq image-dired--generate-thumbs-start (current-time))
69 (dired-map-over-marks 70 (dired-map-over-marks