summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)