aboutsummaryrefslogtreecommitdiff
path: root/docs/magit.org
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-06-16 18:31:13 +0200
committerJonas Bernoulli <jonas@bernoul.li>2025-06-16 18:31:13 +0200
commitbe95d59cd03c1b5982a3ce850ec45205c38868f3 (patch)
treee97d03061d7bee8e3c2bfa5567c3250c51b7d0c5 /docs/magit.org
parent31afaddc07b2a9808178d4c59d8c896146d4dfad (diff)
manual: Correct and refine information about process output
Diffstat (limited to 'docs/magit.org')
-rw-r--r--docs/magit.org12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/magit.org b/docs/magit.org
index f5fe175..41bc1d7 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -1837,12 +1837,12 @@ some value (e.g., the name of the current branch).
When Git is run for side-effects, the process output is logged in a
per-repository log buffer, which can be consulted using the
-~magit-process~ command when things don't go as expected.
+~magit-process-buffer~ command, when things don't go as expected.
-The output/errors for up to `magit-process-log-max' Git commands are
+The output/errors for up to ~magit-process-log-max~ Git commands are
retained.
-- Key: $ (magit-process) ::
+- Key: $ (magit-process-buffer) ::
This commands displays the process buffer for the current
repository.
@@ -1892,10 +1892,10 @@ tooltip for mouse users. This error indicator persists in the mode
line until the next magit buffer refresh.
If you do not wish process errors to be indicated in the mode line,
-customize the ~magit-process-display-mode-line-error~ user option.
+set ~magit-process-display-mode-line-error~ to ~nil~.
-Process errors are additionally indicated at the top of the status
-buffer.
+Process errors are additionally displayed at the top of the status
+buffer and in the echo area.
*** Running Git Manually