]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/package.el: doc string copy-edit
authorMattias Engdegård <mattiase@acm.org>
Tue, 1 Aug 2023 17:25:39 +0000 (19:25 +0200)
committerMattias Engdegård <mattiase@acm.org>
Tue, 1 Aug 2023 17:27:28 +0000 (19:27 +0200)
lisp/emacs-lisp/package.el

index 392f8fafa79e735f4f89efe49a613f03a0459bde..6ce00bf4d6d61abba56c533ff02e5dd3be3aa0b2 100644 (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)