From e5b1a8662a8afffe30a575082c9ee80cbebdfb09 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 21 Feb 2017 19:06:48 +0530 Subject: Improve formatting. * el-exiftool.el (el-exiftool-command): Fill paragraph on docstring. --- el-exiftool.el | 8 ++++---- 1 file 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 -- cgit v1.2.3