From 5ec2118cbb3a6c047638ce305e50b1cd11ef3c03 Mon Sep 17 00:00:00 2001 From: Eric Danan Date: Tue, 7 Nov 2017 23:56:08 +0100 Subject: [PATCH] expand some docstrings --- counsel-projectile.el | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/counsel-projectile.el b/counsel-projectile.el index c5a08d6..decf194 100644 --- a/counsel-projectile.el +++ b/counsel-projectile.el @@ -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