summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-11-15 01:15:13 -0500
committerKyle Meyer <kyle@kyleam.com>2020-11-15 17:11:37 -0500
commit613b6255abcb2feba8a99f847f17b16f5af50e48 (patch)
treefe7fe1b291d37857be736c5d55d8424fee73167c
parentb54ad663fe22811dde804721d4db528ea18a433c (diff)
downloadpiem-613b6255abcb2feba8a99f847f17b16f5af50e48.tar.gz
piem-am: Rephrase CODEREPO description
Describing CODEREPO in terms of where git-am is called is a bit confusing because piem-am does other things here as well (e.g. reading the base and checking out a branch). And it won't necessarily be where git-am is called once worktree support is added. Give a more generic description. Message-Id: <20201115061518.22191-2-kyle@kyleam.com>
-rw-r--r--piem.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/piem.el b/piem.el
index 5ad2b94..8ee5b0b 100644
--- a/piem.el
+++ b/piem.el
@@ -650,8 +650,8 @@ INFO is a plist that with information to help choose a default
branch name or starting point (see `piem-default-branch-function'
for a list of possible properties).
-If CODEREPO is given, switch to this directory before calling
-`git am'."
+CODEREPO, if given, indicates the code repository to operate
+within. If not specified, the default directory is used."
(interactive
(pcase-let ((`(,mbox . ,format)
(or (piem-am-ready-mbox)