branch: elpa/git-commit
commit c575c2e09a1cf0cc245400c208dc0ce4ae424d47
Author: Kyle Meyer <k...@kyleam.com>
Commit: Kyle Meyer <k...@kyleam.com>

    magit-diff-visit-file: Add missing paren to docstring
---
 lisp/magit-diff.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index 35fdbd88f9..b193358454 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -1540,9 +1540,9 @@ The visited version depends on what changes the diff is 
about.
 
 1. If the diff shows uncommitted changes (i.e., stage or unstaged
    changes), then visit the file in the working tree (i.e., the
-   same \"real\" file that `find-file' would visit.  In all other
-   cases visit a \"blob\" (i.e., the version of a file as stored
-   in some commit).
+   same \"real\" file that `find-file' would visit).  In all
+   other cases visit a \"blob\" (i.e., the version of a file as
+   stored in some commit).
 
 2. If point is on a removed line, then visit the blob for the
    first parent of the commit that removed that line, i.e., the

Reply via email to