branch: master
commit 51e0ff5f694fe339fa0b89f7a542a4ee9221f693
Author: fabacino <[email protected]>
Commit: Oleh Krehel <[email protected]>
counsel.el: Fix checkdoc warnings
Fixes #1081
---
counsel.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/counsel.el b/counsel.el
index 5aa0564..6bd25a7 100644
--- a/counsel.el
+++ b/counsel.el
@@ -996,7 +996,8 @@ BUFFER defaults to the current one."
;;;###autoload
(defun counsel-git (&optional initial-input)
- "Find file in the current Git repository."
+ "Find file in the current Git repository.
+INITIAL-INPUT can be given as the initial minibuffer input."
(interactive)
(counsel-require-program (car (split-string counsel-git-cmd)))
(setq counsel--git-dir (locate-dominating-file
@@ -1990,6 +1991,7 @@ This uses `counsel-ag' with `counsel-pt-base-command'
instead of
;;;###autoload
(defun counsel-ack (&optional initial-input)
"Grep for a string in the current directory using ack.
+INITIAL-INPUT can be given as the initial minibuffer input.
This uses `counsel-ag' with `counsel-ack-base-command' replacing
`counsel-ag-base-command'."
(interactive)