diff options
| author | Eli Zaretskii | 2025-07-19 13:04:29 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-07-19 13:04:29 +0300 |
| commit | 740138b113ab420a90b70865ac6dfffcbbc444ee (patch) | |
| tree | 414b793368c2c7fec2e2ddee05ca387083fe6164 | |
| parent | e675d5ba64bc25921cb17ad348103090e7c50a3f (diff) | |
| download | emacs-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.el | 5 |
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." | |||
| 62 | If no file is marked, toggle display of thumbnail on the current file's line. | 62 | If no file is marked, toggle display of thumbnail on the current file's line. |
| 63 | ARG, if non-nil (interactively, the prefix argument), specifies the files | 63 | ARG, if non-nil (interactively, the prefix argument), specifies the files |
| 64 | whose thumbnail display to toggle instead of the marked files: if ARG is an | 64 | whose thumbnail display to toggle instead of the marked files: if ARG is an |
| 65 | integer, use the next ARG (or previous -ARG, if ARG<0) files; any other | 65 | integer, use the next ARG (or previous -ARG, if ARG<0) files; if ARG is |
| 66 | value of ARG means toggle thumbnail display of the current line's file." | 66 | the symbol `marked', use only the marked files, if any; any other value of |
| 67 | ARG 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 |