Skip to content

Commit

Permalink
package-build-default-files-spec: Improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Sep 14, 2024
1 parent c60a427 commit f73b656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-build.el
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ is also tried. If neither file exists, then return nil."
".dir-locals.el" "lisp/.dir-locals.el"
"test.el" "tests.el" "*-test.el" "*-tests.el"
"lisp/test.el" "lisp/tests.el" "lisp/*-test.el" "lisp/*-tests.el"))
"Default value for :files attribute in recipes.")
"Default value for `:files' attribute in recipes.")

(defun package-build-expand-files-spec (rcp &optional assert repo spec)
"Return an alist of files of package RCP to be included in tarball.
Expand Down

0 comments on commit f73b656

Please sign in to comment.