mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Merge from origin/emacs-30
3b2bfdfef6; Fix last change (bug#79042)740138b113; Fix last changee675d5ba64; Update doc strings of Dired functions due to 'marked' v...a05be41af7; * lisp/battery.el (battery-bsd-apm): Explain a FIXME (b...fe3ac1575aFix :box attribute of faces in Leuven themes.86e32aed4a; define-globalized-minor-mode: Fix capitalization.
This commit is contained in:
commit
fa61deda32
7 changed files with 73 additions and 45 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue