aboutsummaryrefslogtreecommitdiff
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
parent31afaddc07b2a9808178d4c59d8c896146d4dfad (diff)
manual: Correct and refine information about process output
-rw-r--r--docs/magit.org12
-rw-r--r--docs/magit.texi14
2 files changed, 13 insertions, 13 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
diff --git a/docs/magit.texi b/docs/magit.texi
index 22ee57f..65a55517 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -2154,15 +2154,15 @@ 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
-@code{magit-process} command when things don't go as expected.
+@code{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 @code{magit-process-log-max} Git commands are
retained.
@table @asis
-@item @kbd{$} (@code{magit-process})
+@item @kbd{$} (@code{magit-process-buffer})
@kindex $
-@findex magit-process
+@findex magit-process-buffer
This commands displays the process buffer for the current
repository.
@end table
@@ -2216,10 +2216,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 @code{magit-process-display-mode-line-error} user option.
+set @code{magit-process-display-mode-line-error} to @code{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.
@anchor{Running Git Manually}
@subsection Running Git Manually