emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 1048d5a: Fix what fill-paragraph did to a doc-s


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 1048d5a: Fix what fill-paragraph did to a doc-string
Date: Wed, 27 Oct 2021 15:57:47 -0400 (EDT)

branch: elpa/git-commit
commit 1048d5a55032d8579ed2c0fcc8221c72f170f376
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    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

[Prev in Thread] Current Thread [Next in Thread]