aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2017-02-21 19:06:48 +0530
committerArun Isaac2017-02-21 19:06:48 +0530
commite5b1a8662a8afffe30a575082c9ee80cbebdfb09 (patch)
treee3baff98fdf838d0a70301f20564fca420cfd56e
parent5675d808dcec9598c74533ec114484cfda33f8bb (diff)
downloadexiftool.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.
-rw-r--r--el-exiftool.el8
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