From fc01a141b1f3e6232ce0b2c0fc6579a047890a73 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 28 Feb 2017 00:18:31 +0530 Subject: Improve docstring. * el-exiftool.el (el-exiftool-read): Rewrite docstring in active voice. --- el-exiftool.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...)" -- cgit v1.2.3