summaryrefslogtreecommitdiff
path: root/helm-grep.el
diff options
context:
space:
mode:
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