doom-get-missing-packages: update comment string

This commit is contained in:
Henrik Lissner 2017-04-04 22:17:42 -04:00
parent 4b1543e1df
commit e0ab05527c

View file

@ -112,9 +112,10 @@ Used by `doom/packages-autoremove'."
;;;###autoload ;;;###autoload
(defun doom-get-missing-packages () (defun doom-get-missing-packages ()
"Return a list of requested packages that aren't installed or built-in. Each "Return a list of requested packages that aren't installed or built-in, but
element is a list whose CAR is the package symbol, and whose CDR is a plist are enabled (with a `package!' directive). Each element is a list whose CAR is
taken from that package's `package!' declaration. the package symbol, and whose CDR is a plist taken from that package's
`package!' declaration.
Used by `doom/packages-install'." Used by `doom/packages-install'."
(cl-remove-if (lambda (pkgsym) (cl-remove-if (lambda (pkgsym)