; * lisp/emacs-lisp/package.el: doc string copy-edit

This commit is contained in:
Mattias Engdegård 2023-08-01 19:25:39 +02:00
parent 03914e565f
commit ea0685e039

View file

@ -609,7 +609,7 @@ package."
(package-archive-priority (package-desc-archive pkg-desc)))
(defun package--parse-elpaignore (pkg-desc)
"Return the of regular expression to match files ignored by PKG-DESC."
"Return a list of regular expressions to match files ignored by PKG-DESC."
(let* ((pkg-dir (file-name-as-directory (package-desc-dir pkg-desc)))
(ignore (expand-file-name ".elpaignore" pkg-dir))
files)