branch: elpa/git-commit
commit f15becef69f4695f76dd8d00b7dd571663dd8a33
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    magit-merge-into: Fix doc-string typo
---
 lisp/magit-merge.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-merge.el b/lisp/magit-merge.el
index e1457e2..104fdd3 100644
--- a/lisp/magit-merge.el
+++ b/lisp/magit-merge.el
@@ -139,7 +139,7 @@ provided the respective remote branch already exists, 
ensuring
 that the respective pull-request (if any) won't get stuck on some
 obsolete version of the commits that are being merged.  Finally
 if `forge-branch-pullreq' was used to create the merged branch,
-branch, then also remove the respective remote branch."
+then also remove the respective remote branch."
   (interactive
    (list (magit-read-other-local-branch
           (format "Merge `%s' into"

Reply via email to