branch: elpa/projectile
commit c64975df4e882f8434029ec62ca91a2606d52995
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Update docstring
---
projectile.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/projectile.el b/projectile.el
index b6f0c7315c..eae4fde7c3 100644
--- a/projectile.el
+++ b/projectile.el
@@ -187,7 +187,9 @@ A value of nil means the cache never expires."
(integer :tag "Seconds")))
(defcustom projectile-auto-discover t
- "Whether to discover projects when `projectile-mode' is activated."
+ "Whether to discover projects when project switching commands are invoked.
+
+See also `projectile-project-search-path'."
:group 'projectile
:type 'boolean
:package-version '(projectile . "2.3.0"))