; * lisp/image/image-dired-external.el (image-dired-set-exif-data): Doc fix.

This commit is contained in:
Eli Zaretskii 2024-06-02 08:37:57 +03:00
parent 9a2088bdd9
commit a0519d6d09

View file

@ -623,7 +623,10 @@ default value at the prompt."
(string-replace "\n" "" (buffer-string))))))))
(defun image-dired-set-exif-data (file tag-name tag-value)
"In FILE, set EXIF tag TAG-NAME to value TAG-VALUE."
"In FILE, set EXIF tag TAG-NAME to value TAG-VALUE.
This function inserts any output from `exiftool' program into
the current buffer, so it could be shown to the user. If that
is not desirable, wrap the call in `with-temp-buffer'."
(image-dired--check-executable-exists
'image-dired-cmd-write-exif-data-program)
(let ((spec