From 5209ad280e08d95d10f63a2dd6079cedca3db0f6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 17 Apr 2022 23:43:15 -0400 Subject: manual: Document piem-edit --- Documentation/piem.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/piem.texi b/Documentation/piem.texi index 829a799..852da20 100644 --- a/Documentation/piem.texi +++ b/Documentation/piem.texi @@ -279,10 +279,16 @@ am}. It is only compatible with inline patches. @table @kbd @findex piem-am +@findex piem-edit +@findex piem-edit-patch-am @item M-x piem-am @key{RET} @var{branch} @key{RET} @var{base} Apply the patch or patches in the current buffer to the associated code repository. Before applying, check out a new branch @var{branch} starting at @var{base}. + +Calling @code{piem-edit} instead of @code{piem-am} will pop up an +am-ready mbox for editing. To feed the edited mbox to @code{piem-am}, +invoke @code{piem-edit-patch-am} (@kbd{C-c C-c}). @end table @findex piem-name-branch-who-what-v -- cgit v1.2.3