aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-git.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-03-31 11:34:56 +0200
committerJonas Bernoulli <jonas@bernoul.li>2025-03-31 11:34:56 +0200
commitce9f1a5427c735bcfba144ef3bacd9aad2d72bce (patch)
treedb3e2c2df45d341b8e258edc40c6087b79f373e4 /lisp/magit-git.el
parent65437016c28bd2d27cb2302841bcc2fb4da1679c (diff)
magit-toggle-git-debug: Fix key binding in docstring
Diffstat (limited to 'lisp/magit-git.el')
-rw-r--r--lisp/magit-git.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index 4323993..e6f57d8 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -235,7 +235,8 @@ Magit basically calls git for one of these two reasons: for
side-effects or to do something with its standard output.
When git is run for side-effects then its output, including error
-messages, go into the process buffer which is shown when using ~$~.
+messages, go into the process buffer which is shown when using \
+\\<magit-mode-map>\\[magit-process-buffer].
When git's output is consumed in some way, then it would be too
expensive to also insert it into this buffer, but with this command