summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2019-01-15 11:40:48 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2019-01-15 11:40:48 -0500
commitf25cda37f2f66ec0c6e66125782c346e82f015cf (patch)
treef87a18bbc589e30cb1e03d270f6faf6c38860dfb /README
parentf85cb8d6aa617bc999783e3703eaae402dc7f5a5 (diff)
* GNUmakefile (%.elc): Use load-prefer-newer
* admin/archive-contents.el (archive--pull): Skip uptodate worktrees.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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>