; * lisp/image/image-dired-external.el (image-dired-set-exif-data): Doc fix.
This commit is contained in:
parent
9a2088bdd9
commit
a0519d6d09
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue