diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-08-31 01:43:58 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-08-31 01:43:58 +0200 |
| commit | f7103cfdf15353b512338238714a440f97c2f305 (patch) | |
| tree | 4d93738292953093ba507083c325e02df8d525e0 /docs | |
| parent | aed3fd31fa79870b611f3cb61b8da07141ecd2e5 (diff) | |
docs: Fix typos
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/magit.org | 4 | ||||
| -rw-r--r-- | docs/magit.texi | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/magit.org b/docs/magit.org index 71815e9..7f0d80d 100644 --- a/docs/magit.org +++ b/docs/magit.org @@ -4085,12 +4085,12 @@ These commands can only be used when point is inside a diff. and unstaged changes ~magit-diff-visit-file~ always visits the file in the working tree. -- Key: C-<return> (magit-diff-visit-file-worktree) :: +- Key: C-<return> (magit-diff-visit-worktree-file) :: This command visits the worktree version of the appropriate file. The location of point inside the diff determines which file is being visited. Unlike ~magit-diff-visit-file~ it always visits the "real" - file in the working tree, i.e the "current version" of the file. + file in the working tree, i.e., the "current version" of the file. In the file-visiting buffer this command goes to the line that corresponds to the line that point is on in the diff. Lines that diff --git a/docs/magit.texi b/docs/magit.texi index da32db6..5582b4a 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -4811,13 +4811,13 @@ the working tree. @end defopt @table @asis -@item @kbd{C-<return>} (@code{magit-diff-visit-file-worktree}) +@item @kbd{C-<return>} (@code{magit-diff-visit-worktree-file}) @kindex C-<return> -@findex magit-diff-visit-file-worktree +@findex magit-diff-visit-worktree-file This command visits the worktree version of the appropriate file. The location of point inside the diff determines which file is being visited. Unlike @code{magit-diff-visit-file} it always visits the "real" -file in the working tree, i.e the "current version" of the file. +file in the working tree, i.e., the "current version" of the file. In the file-visiting buffer this command goes to the line that corresponds to the line that point is on in the diff. Lines that |
