branch: elpa/helm
commit f32b2e4287780b26c8d12824d2ba5dcf5c289f8e
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Update docstring
---
 helm-packages.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-packages.el b/helm-packages.el
index aba1cbd5fe..9724d4c67f 100644
--- a/helm-packages.el
+++ b/helm-packages.el
@@ -366,7 +366,8 @@ to avoid errors with outdated packages no more availables."
 
 ;;;###autoload
 (defun helm-finder ()
-  "Helm interface to find packages by keywords with `finder'."
+  "Helm interface to find packages by keywords with `finder'.
+To have more actions on packages, use `helm-packages'."
   (interactive)
   (package-initialize) ; needed to feed package-archive-contents.
   (helm :sources

Reply via email to