branch: elpa/git-commit
commit 1048d5a55032d8579ed2c0fcc8221c72f170f376
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    Fix what fill-paragraph did to a doc-string
---
 lisp/magit-git.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index 6056e94..6625183 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -1452,7 +1452,7 @@ remote-tracking branch ref."
 It BRANCH is nil, then return the upstream of the current branch
 if any, nil otherwise.  If the upstream is not configured, the
 configured remote is an url, or the named branch does not exist,
-then return nil.  I.e.  return the name of an existing local or
+then return nil.  I.e. return the name of an existing local or
 remote-tracking branch.  The returned string is colorized
 according to the branch type."
   (magit--with-refresh-cache (list 'magit-get-upstream-branch branch)

Reply via email to