From 9a4b55a92d2e65dd07e6207d7936c80bc09e5ad8 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 18 Aug 2015 15:37:59 -0400 Subject: magit-git-insert: fix docstring typo --- lisp/magit-git.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/magit-git.el b/lisp/magit-git.el index 744e89f..25ba7aa 100644 --- a/lisp/magit-git.el +++ b/lisp/magit-git.el @@ -203,8 +203,8 @@ string \"false\", otherwise return nil." (defun magit-git-insert (&rest args) "Execute Git with ARGS, inserting its output at point. -If Git exits with a non-zero exit status, then report show a -message and add a section in the respective process buffer." +If Git exits with a non-zero exit status, then show a message and +add a section in the respective process buffer." (setq args (magit-process-git-arguments args)) (if magit-git-debug (let (log) -- cgit v1.0