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

    Update docstring
---
 helm-packages.el | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/helm-packages.el b/helm-packages.el
index 29075288d9..82f0e261fa 100644
--- a/helm-packages.el
+++ b/helm-packages.el
@@ -40,11 +40,12 @@
                                       ("nongnu" . 
"https://elpa.nongnu.org/nongnu/elpa-packages.eld";)
                                       ("emacsmirror" . 
"https://github.com/emacsmirror/%s";))
   "Adresses where to find recipes or urls for packages.
-For melpa, gnu and nongnu entries we fetch a full alist in which we extract
-urls.  Orphaned packages in these recipes have :url pointing to nil, in this 
case
-we fallback to an emacsmirror url for such package
-    e.g. \"https://github.com/emacsmirror/foo\";
-for this reason the emacsmirror entry is a string to format.")
+For melpa, gnu and nongnu entries we fetch a full alist in which we
+extract urls.  Orphaned packages in these recipes have :url pointing to
+nil, or to an unrelated address (probably when they are developed in
+Elpa directly), in this case we fallback to an emacsmirror url for such
+package e.g. \"https://github.com/emacsmirror/foo\"; for this reason the
+emacsmirror entry is a string to format.")
 
 ;; Caches for recipes (elpa-packages.eld contents).
 (defvar helm-packages--gnu-elpa-recipes-cache nil)

Reply via email to