diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2015-08-18 15:37:59 -0400 |
|---|---|---|
| committer | Kyle Meyer <kyle@kyleam.com> | 2015-08-18 15:37:59 -0400 |
| commit | 9a4b55a92d2e65dd07e6207d7936c80bc09e5ad8 (patch) | |
| tree | 8a98ddf3e6af969edf01da246e20f83afb1dee62 /lisp | |
| parent | cd22f7e300a6e5b13b39d3e8d8224089491d7830 (diff) | |
magit-git-insert: fix docstring typo
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/magit-git.el | 4 |
1 files 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) |
