expand some docstrings
This commit is contained in:
parent
332e4c9817
commit
5ec2118cbb
1 changed files with 10 additions and 2 deletions
|
|
@ -520,7 +520,11 @@ called with a prefix argument."
|
|||
|
||||
;;;###autoload
|
||||
(defun counsel-projectile-ag (&optional options)
|
||||
"Run an ag search in the project."
|
||||
"Run an ag search in the project.
|
||||
|
||||
OPTIONS, if non-nil, is a string containing additional options to
|
||||
be passed to ag. It is read from the minibuffer if the function
|
||||
is called with a prefix argument."
|
||||
(interactive)
|
||||
(if (projectile-project-p)
|
||||
(let* ((options
|
||||
|
|
@ -549,7 +553,11 @@ called with a prefix argument."
|
|||
|
||||
;;;###autoload
|
||||
(defun counsel-projectile-rg (&optional options)
|
||||
"Run an rg search in the project."
|
||||
"Run an rg search in the project.
|
||||
|
||||
OPTIONS, if non-nil, is a string containing additional options to
|
||||
be passed to rg. It is read from the minibuffer if the function
|
||||
is called with a prefix argument."
|
||||
(interactive)
|
||||
(if (projectile-project-p)
|
||||
(let* ((options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue