diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-03-31 11:34:52 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-03-31 11:34:52 +0200 |
| commit | c7147bb800a4083ba9644381203008f0510d499d (patch) | |
| tree | c9719cdb5c3298e76a2a838b6be7de58cfc197b7 | |
| parent | e4ea6f97be8c58698183ba63b2364e7e8214717b (diff) | |
magit-git-insert: Fix docstring typo
| -rw-r--r-- | lisp/magit-git.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-git.el b/lisp/magit-git.el index fb8e464..e676d01 100644 --- a/lisp/magit-git.el +++ b/lisp/magit-git.el @@ -453,7 +453,7 @@ a boolean, then raise an error." (defun magit-git-insert (&rest args) "Execute Git with ARGS, insert stdout at point and return exit code. -If `magit-git-debug' in non-nil and the exit code is non-zero, then +If `magit-git-debug' is non-nil and the exit code is non-zero, then insert the run command and stderr into the process buffer." (apply #'magit--git-insert nil args)) |
