branch: new-master commit 3cd91125af703755d2d89544c207aeeae58c66ce Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
* GNUmakefile (%.elc): Use load-prefer-newer * admin/archive-contents.el (archive--pull): Skip uptodate worktrees. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index b827780..e0c9faf 100644 --- a/README +++ b/README @@ -229,7 +229,7 @@ In the `external' case, the copy of the code is not kept in `master` but in the To add a new externals package, first add this `elpa.git' repository as a new remote in your existing repository. Then push a local branch to a -new remote branch in `elpa.git', named externals/<pkgname>. For example: +new remote branch in `elpa.git', named `externals/<pkgname>`. For example: git push elpa <mybranch>:externals/<pkgname>