From de9b373edac3a0154ecad82911f9092a30443f9f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 19 Jul 2025 13:04:29 +0300 Subject: [PATCH] ; Fix last change * lisp/image/image-dired-dired.el (image-dired-dired-toggle-marked-thumbs): Doc fix (bug#79042), (cherry picked from commit 740138b113ab420a90b70865ac6dfffcbbc444ee) --- lisp/image/image-dired-dired.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/image/image-dired-dired.el b/lisp/image/image-dired-dired.el index a7d5ad7c3ec..42d26192927 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." 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 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 -value of ARG means toggle thumbnail display of the current line's file." +integer, use the next ARG (or previous -ARG, if ARG<0) files; if ARG is +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) (setq image-dired--generate-thumbs-start (current-time)) (dired-map-over-marks -- 2.39.5