From 12e5293fce417323002a4fbe9e32ce7b07adc364 Mon Sep 17 00:00:00 2001 From: Eric Danan Date: Mon, 16 Jul 2018 14:20:58 +0200 Subject: [PATCH] cp-org-capture: Update docstring --- counsel-projectile.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/counsel-projectile.el b/counsel-projectile.el index 017352e..d80d422 100644 --- a/counsel-projectile.el +++ b/counsel-projectile.el @@ -909,7 +909,10 @@ The format is the same as in `org-capture-templates-contexts'." The capture templates are read from the variables `counsel-projectile-org-capture-templates' and -`counsel-projectile-org-capture-templates-contexts'." +`counsel-projectile-org-capture-templates-contexts'. + +Optional argument FROM-BUFFER specifies the buffer from which to +capture." (interactive) (require 'org-capture) (let* ((root (projectile-project-root))