branch: elpa/magit commit ce9f1a5427c735bcfba144ef3bacd9aad2d72bce Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-toggle-git-debug: Fix key binding in docstring --- lisp/magit-git.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/magit-git.el b/lisp/magit-git.el index 4323993515..e6f57d83e7 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