Function: htmlize-many-files-dired
htmlize-many-files-dired is an autoloaded, interactive and
byte-compiled function defined in htmlize.el.
Signature
(htmlize-many-files-dired ARG &optional TARGET-DIRECTORY)
Documentation
HTMLize dired-marked files.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/htmlize-20250724.1703/htmlize.el
;;;###autoload
(defun htmlize-many-files-dired (arg &optional target-directory)
"HTMLize dired-marked files."
(interactive "P")
(htmlize-many-files (dired-get-marked-files nil arg) target-directory))