summaryrefslogtreecommitdiff
path: root/helm-elisp-package.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-elisp-package.el')
-rw-r--r--helm-elisp-package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-elisp-package.el b/helm-elisp-package.el
index ccd95bc4..e3a3682a 100644
--- a/helm-elisp-package.el
+++ b/helm-elisp-package.el
@@ -216,7 +216,7 @@
(helm-fast-remove-dups extra-upgrades :test 'equal))))))
(defun helm-el-package--get-installed-to-recompile (seq pkg-name)
- "Find the installed packages that have PKG as dependency."
+ "Find the installed packages in SEQ that have PKG-NAME as dependency."
(cl-loop for p in seq
for pkg = (package-desc-name p)
for deps = (and (package--user-installed-p pkg)