diff options
author | Arun Isaac | 2017-02-21 19:06:48 +0530 |
---|---|---|
committer | Arun Isaac | 2017-02-21 19:06:48 +0530 |
commit | e5b1a8662a8afffe30a575082c9ee80cbebdfb09 (patch) | |
tree | e3baff98fdf838d0a70301f20564fca420cfd56e /el-exiftool.el | |
parent | 5675d808dcec9598c74533ec114484cfda33f8bb (diff) | |
download | exiftool.el-e5b1a8662a8afffe30a575082c9ee80cbebdfb09.tar.gz exiftool.el-e5b1a8662a8afffe30a575082c9ee80cbebdfb09.tar.lz exiftool.el-e5b1a8662a8afffe30a575082c9ee80cbebdfb09.zip |
Improve formatting.
* el-exiftool.el (el-exiftool-command): Fill paragraph on docstring.
Diffstat (limited to 'el-exiftool.el')
-rw-r--r-- | el-exiftool.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/el-exiftool.el b/el-exiftool.el index bd6f6c4..d72022f 100644 --- a/el-exiftool.el +++ b/el-exiftool.el @@ -36,10 +36,10 @@ the process object of the newly created process." (let ((tq (tq-create (el-exiftool-run)))) (defun el-exiftool-command (&rest args) - "Execute a command in the currently running exiftool -process. If there is no running exiftool process, a new one will -be created. ARGS are arguments of the command to be run, as -provided to the exiftool command line application." + "Execute a command in the currently running exiftool process. If +there is no running exiftool process, a new one will be created. ARGS +are arguments of the command to be run, as provided to the exiftool +command line application." (string-trim (let ((suffix "{ready}\n")) (string-remove-suffix |