Skip to content

Commit

Permalink
chore(_prepare.el): Correct output grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 23, 2023
1 parent 446d8ee commit 358ffba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/_prepare.el
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ Argument BODY are forms for execution."
((progn
(eask-pkg-init)
(unless (eask-package-installable-p pkg)
(eask-error "Package not installable `%s'; make sure package archive is included" pkg))))
(eask-error "Package not installable `%s'; make sure the package archive (source) is included" pkg))))
((when-let* ((desc (eask-package-desc pkg))
(req-emacs (assoc 'emacs (package-desc-reqs desc)))
(req-emacs (package-version-join (nth 0 (cdr req-emacs))))
Expand Down

0 comments on commit 358ffba

Please sign in to comment.