Minor refactor/comment corrections

This commit is contained in:
Henrik Lissner 2017-11-13 18:03:36 +01:00
parent 958c7da288
commit 6def061c5a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ quelpa. Throws an error if NOERROR is nil and the package isn't installed."
((assq name package-alist)
'elpa)
((not noerror)
(error "%s package not installed" name))))
(error "%s package is not installed" name))))
;;;###autoload
(defun doom-package-outdated-p (name)