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

    Add missing docstring
---
 helm-packages.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/helm-packages.el b/helm-packages.el
index d4bb0bd1f2..73ed8f46ca 100644
--- a/helm-packages.el
+++ b/helm-packages.el
@@ -239,6 +239,10 @@ Arg PACKAGES is a list of strings."
 ;;; Cloning packages
 ;;
 (defun helm-packages-fetch-recipe (url)
+  "Fetch package recipes from URL.
+They are generally contained in a file named elpa-packages.eld on remote which
+contains the urls needed for cloning packages, each entry is like
+\(foo :url \"somewhere\") and may contain as well :branch."
   (with-temp-buffer
     (url-insert-file-contents url)
     (goto-char (point-min))

Reply via email to