mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Fix typo in autoload cookie
This commit is contained in:
parent
dd98221d34
commit
8e8c937ac5
1 changed files with 1 additions and 1 deletions
|
@ -825,7 +825,7 @@ and a cl struct in Emacs HEAD. This wrapper normalises the results."
|
||||||
(current-time-string))
|
(current-time-string))
|
||||||
file-name)))
|
file-name)))
|
||||||
|
|
||||||
;;;###autload
|
;;;###autoload
|
||||||
(defun package-build-package (version files source-dir target-dir)
|
(defun package-build-package (version files source-dir target-dir)
|
||||||
"Create VERSION of archive containing FILES from SOURCE-DIR and store in the TARGET_DIR.
|
"Create VERSION of archive containing FILES from SOURCE-DIR and store in the TARGET_DIR.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue