1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00

; Fix last change

* lisp/image/image-dired-dired.el
(image-dired-dired-toggle-marked-thumbs): Doc fix (bug#79042),
This commit is contained in:
Eli Zaretskii 2025-07-19 13:04:29 +03:00
parent e675d5ba64
commit 740138b113

View file

@ -62,8 +62,9 @@ Dired and you might want to turn it off."
If no file is marked, toggle display of thumbnail on the current file's line. If no file is marked, toggle display of thumbnail on the current file's line.
ARG, if non-nil (interactively, the prefix argument), specifies the files ARG, if non-nil (interactively, the prefix argument), specifies the files
whose thumbnail display to toggle instead of the marked files: if ARG is an whose thumbnail display to toggle instead of the marked files: if ARG is an
integer, use the next ARG (or previous -ARG, if ARG<0) files; any other integer, use the next ARG (or previous -ARG, if ARG<0) files; if ARG is
value of ARG means toggle thumbnail display of the current line's file." the symbol `marked', use only the marked files, if any; any other value of
ARG means toggle thumbnail display of the current line's file."
(interactive "P" dired-mode) (interactive "P" dired-mode)
(setq image-dired--generate-thumbs-start (current-time)) (setq image-dired--generate-thumbs-start (current-time))
(dired-map-over-marks (dired-map-over-marks