diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-04-17 23:29:54 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-04-17 23:29:54 -0400 |
commit | 967c4bd2751c945acd9466628aed960a86bfda35 (patch) | |
tree | e9b0c1e31871f6465d7d6b7b19a446eb5f8beae2 | |
parent | a5ce047c7c34b97a87c90e94f67626be270cd4ec (diff) | |
download | piem-967c4bd2751c945acd9466628aed960a86bfda35.tar.gz |
manual: Prefer 'check out' to 'checkout' for verb
-rw-r--r-- | Documentation/piem.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/piem.texi b/Documentation/piem.texi index 95b5d21..2a98b44 100644 --- a/Documentation/piem.texi +++ b/Documentation/piem.texi @@ -281,7 +281,7 @@ am}. It is only compatible with inline patches. @findex piem-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, checkout a new branch @var{branch} +repository. Before applying, check out a new branch @var{branch} starting at @var{base}. @end table |