diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-04-17 23:10:22 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-04-17 23:10:22 -0400 |
commit | a5ce047c7c34b97a87c90e94f67626be270cd4ec (patch) | |
tree | 110181c6e4ae0c884093691650c0c807b784f00c | |
parent | 0a571f4d82ce3f9fa350130028d5f82886c08532 (diff) | |
download | piem-a5ce047c7c34b97a87c90e94f67626be270cd4ec.tar.gz |
manual: Mention piem-use-magit in text
In 29834774 (piem-use-magit: Unconditionally set to t, 2021-05-23),
the initial sentence that actually referenced the variable name was
dropped, leaving the downstream text to confusingly talk about a
variable that was never named.
-rw-r--r-- | Documentation/piem.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/piem.texi b/Documentation/piem.texi index 32f0515..95b5d21 100644 --- a/Documentation/piem.texi +++ b/Documentation/piem.texi @@ -312,10 +312,10 @@ for a particular call. @cindex magit @vindex piem-use-magit -If that option is non-nil and Magit is loaded, piem uses Magit for some -operations, particularly those that are user-facing. This includes -jumping to the Magit status buffer for a code repository after applying -a patch. +If the @code{piem-use-magit} option is non-nil (the default) and Magit +is loaded, piem uses Magit for some operations, particularly those that +are user-facing. This includes jumping to the Magit status buffer for a +code repository after applying a patch. @findex piem-am-ready-mbox Note that the @code{piem-am} command works only for buffers from which |