projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03914e5
)
; * lisp/emacs-lisp/package.el: doc string copy-edit
author
Mattias Engdegård
<mattiase@acm.org>
Tue, 1 Aug 2023 17:25:39 +0000
(19:25 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Tue, 1 Aug 2023 17:27:28 +0000
(19:27 +0200)
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 392f8fafa79e735f4f89efe49a613f03a0459bde..6ce00bf4d6d61abba56c533ff02e5dd3be3aa0b2 100644
(file)
--- a/
lisp/emacs-lisp/package.el
+++ b/
lisp/emacs-lisp/package.el
@@
-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)