diff options
author | Arun Isaac | 2017-02-28 00:18:31 +0530 |
---|---|---|
committer | Arun Isaac | 2017-02-28 00:18:31 +0530 |
commit | fc01a141b1f3e6232ce0b2c0fc6579a047890a73 (patch) | |
tree | df08b2df5281d554906d961efad15e1e69105262 | |
parent | e3e7142e16d2bda0d5670f55057deb694c97e102 (diff) | |
download | exiftool.el-fc01a141b1f3e6232ce0b2c0fc6579a047890a73.tar.gz exiftool.el-fc01a141b1f3e6232ce0b2c0fc6579a047890a73.tar.lz exiftool.el-fc01a141b1f3e6232ce0b2c0fc6579a047890a73.zip |
Improve docstring.
* el-exiftool.el (el-exiftool-read): Rewrite docstring in active voice.
-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...)" |