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

    comment only
---
 helm-packages.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/helm-packages.el b/helm-packages.el
index 777e44d558..d55bb783b1 100644
--- a/helm-packages.el
+++ b/helm-packages.el
@@ -176,7 +176,9 @@ as dependencies."
                     (helm-build-in-buffer-source "Available built-in packages"
                       :data (cl-loop for p in package--builtins
                                      ;; Show only builtins that are available 
as
-                                     ;; well on (m)elpa. 
+                                     ;; well on (m)elpa. Other builtins don't
+                                     ;; have a package-descriptor, the format 
is
+                                     ;; (sym . [version reqs summary]).
                                      when (package-desc-p 
(package-get-descriptor (car p)))
                                      collect (car p))
                       :coerce #'helm-symbolify

Reply via email to