diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2017-12-09 11:54:27 -0500 |
|---|---|---|
| committer | Kyle Meyer <kyle@kyleam.com> | 2017-12-09 11:54:29 -0500 |
| commit | 2d01e0d5168634fbac1ef3040f4c8a14343a83bb (patch) | |
| tree | 0328b95adf0a4a77a902e17696a934149c89401e /lisp/magit-diff.el | |
| parent | f4944688fd92b2e6667ad883b2a785b7b8fc8db7 (diff) | |
magit-diff-visit-file: fix recent doc-string typos
Diffstat (limited to 'lisp/magit-diff.el')
| -rw-r--r-- | lisp/magit-diff.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el index 7fbf235..e8f7218 100644 --- a/lisp/magit-diff.el +++ b/lisp/magit-diff.el @@ -1154,8 +1154,8 @@ option `magit-display-file-buffer-function'. Non-interactively the optional OTHER-WINDOW argument is taken literally. The optional FORCE-WORKTREE means to force visiting the worktree -version of the file in the worktree. To do this interactively us -the command `magit-diff-visit-file-worktree' instead." +version of the file. To do this interactively use the command +`magit-diff-visit-file-worktree' instead." (interactive (list (--if-let (magit-file-at-point) (expand-file-name it) (user-error "No file at point")) |
