melpa / package-build

Tools for assembling a package archive

Home Page:https://github.com/melpa/melpa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong document of `package-build--artifact-file`

ROCKTAKEY opened this issue · comments

Here are two same documents. The document of package-build--artifact-file seems to be wrong.

I'd like to create PR about that but I'm not good at English, so I create this issue instead of PR.

package-build/package-build.el

Lines 1078 to 1079 in ab5b94e

(defun package-build--artifact-file (archive-entry)
"Return the path of the file in which the package for ARCHIVE-ENTRY is stored."

package-build/package-build.el

Lines 1087 to 1088 in ab5b94e

(defun package-build--archive-entry-file (archive-entry)
"Return the path of the file in which the package for ARCHIVE-ENTRY is stored."