branch: elpa/helm commit e272ee0b4b8349eb29a6de01b3da4e67bc35bce0 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix docstring --- helm-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-packages.el b/helm-packages.el index eafa98ccd8..ca36b730f7 100644 --- a/helm-packages.el +++ b/helm-packages.el @@ -247,7 +247,7 @@ Arg PACKAGES is a list of strings." (defun helm-packages-get-url-from-elpa (package provider) "Get PACKAGE url from PROVIDER's recipe. -PROVIDER can be one of \"gnu\" or \"nongnu\"." +PROVIDER can be one of \"melpa\", \"gnu\" or \"nongnu\"." (let* ((address (assoc-default provider helm-packages-recipes-alist)) (cache (helm-acase provider ("gnu" 'helm-packages--gnu-elpa-recipes-cache)