summaryrefslogtreecommitdiff
path: root/helm-elisp-package.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-08-19 08:37:31 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-08-19 08:37:31 +0200
commitd20151709b8412edbb7b1153a90e917d96dad3f7 (patch)
treec7e4670df86d8abb0e23e23a532e36b5180f9dc3 /helm-elisp-package.el
parent4b592c11d7952d36f1cde277770453473ae7bea8 (diff)
Update docstring
* helm-elisp-package.el (helm-el-package--get-installed-to-recompile): Do it.
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)