diff options
author | Arun Isaac | 2017-02-28 00:28:22 +0530 |
---|---|---|
committer | Arun Isaac | 2017-02-28 00:28:22 +0530 |
commit | e7d8e5f3c9622e815ac300854ec851d22bf76723 (patch) | |
tree | 210e53be69f5bcfa9cf92019fc572addc6ba0a05 /el-exiftool.el | |
parent | fc01a141b1f3e6232ce0b2c0fc6579a047890a73 (diff) | |
download | exiftool.el-e7d8e5f3c9622e815ac300854ec851d22bf76723.tar.gz exiftool.el-e7d8e5f3c9622e815ac300854ec851d22bf76723.tar.lz exiftool.el-e7d8e5f3c9622e815ac300854ec851d22bf76723.zip |
Capitalize ExifTool.
* el-exiftool.el: Capitalize occurrences of ExifTool as in its project website.
Diffstat (limited to 'el-exiftool.el')
-rw-r--r-- | el-exiftool.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/el-exiftool.el b/el-exiftool.el index ca333ee..284064f 100644 --- a/el-exiftool.el +++ b/el-exiftool.el @@ -1,6 +1,6 @@ -;;; el-exiftool.el --- Elisp wrapper around exiftool ;; -*- lexical-binding: t -*- +;;; el-exiftool.el --- Elisp wrapper around ExifTool ;; -*- lexical-binding: t -*- -;; Elisp wrapper around exiftool +;; Elisp wrapper around ExifTool ;; Copyright (C) 2017 by Arun I ;; ;; Author: Arun I <arunisaac@systemreboot.net> @@ -24,7 +24,7 @@ ;;; Commentary: ;; -;; el-exiftool is an elisp wrapper around exiftool. Exiftool supports +;; el-exiftool is an elisp wrapper around ExifTool. ExifTool supports ;; reading and writing metadata in various formats including EXIF, XMP ;; and IPTC. |