diff options
-rw-r--r-- | el-exiftool.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/el-exiftool.el b/el-exiftool.el index 4f6851b..ca333ee 100644 --- a/el-exiftool.el +++ b/el-exiftool.el @@ -71,7 +71,7 @@ exiftool command line application." (defun el-exiftool-read (file &rest tags) "Read TAGS from FILE, return an alist mapping TAGS to values. -If a tag is not found, an empty string \"\" is returned as its +If a tag is not found, return an empty string \"\" as the value. If no TAGS are specified, read all tags from FILE. \(fn FILE TAG...)" |