summaryrefslogtreecommitdiff
path: root/helm-grep.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-08-27 18:09:55 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-08-27 18:09:55 +0200
commit8ff0fbb4373baa306ff67bf1d0deeb3d20a95cb5 (patch)
tree6c63b32c36e2b6be88b2d969fe32151d7e91a627 /helm-grep.el
parentf8f9bf76b87b8e90121972d1c9fa6f5e2c170e45 (diff)
Fix long line.
Diffstat (limited to 'helm-grep.el')
-rw-r--r--helm-grep.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-grep.el b/helm-grep.el
index 5f2889b3..fcc047aa 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -910,7 +910,8 @@ These extensions will be added to command line with --include arg of grep."
(defvar helm-source-grep nil)
-(cl-defun helm-do-grep-1 (targets &optional recurse grep exts default-input input (source 'helm-source-grep))
+(cl-defun helm-do-grep-1 (targets &optional recurse grep exts
+ default-input input (source 'helm-source-grep))
"Launch grep on a list of TARGETS files.
When RECURSE is given use -r option of grep and prompt user