diff options
author | Arun Isaac | 2017-02-28 16:10:21 +0530 |
---|---|---|
committer | Arun Isaac | 2017-02-28 16:10:21 +0530 |
commit | c9d3cb035b484d1cb14c49e4b23cf251abe35734 (patch) | |
tree | da0e7e1c8faba4a76af312f3cc0f3992a79a0237 | |
parent | fb9b1d35bed5d3be85df16c333d2e5272bd36f5c (diff) | |
download | exiftool.el-c9d3cb035b484d1cb14c49e4b23cf251abe35734.tar.gz exiftool.el-c9d3cb035b484d1cb14c49e4b23cf251abe35734.tar.lz exiftool.el-c9d3cb035b484d1cb14c49e4b23cf251abe35734.zip |
Improve formatting.
* el-exiftool.el: Put two spaces after period in Commentary section.
-rw-r--r-- | el-exiftool.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/el-exiftool.el b/el-exiftool.el index a0fb4ec..26ac529 100644 --- a/el-exiftool.el +++ b/el-exiftool.el @@ -31,8 +31,8 @@ ;; and IPTC. ;; ;; There is a significant overhead in loading ExifTool for every -;; command to be exected. So, el-exiftool starts an ExifTool process -;; in the -stay_open mode, and passes all commands to it. For more +;; command to be exected. So, el-exiftool starts an ExifTool process +;; in the -stay_open mode, and passes all commands to it. For more ;; about ExifTool's -stay_open mode, see ;; http://www.sno.phy.queensu.ca/~phil/exiftool/#performance |