aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-09-01 03:09:44 +0200
committerJonas Bernoulli <jonas@bernoul.li>2025-09-01 03:09:44 +0200
commit067fac119fb5e93a97c1525a1858be1ee2d6755e (patch)
tree189b1e15aca277bf44a41aa50ebc0b98344922fc /docs
parent6c6c2029538216817931f2c4d90b5ff2957d2e75 (diff)
manual: Document magit-diff-visit{,worktree}-file-{frame,window}
Diffstat (limited to 'docs')
-rw-r--r--docs/magit.org3
-rw-r--r--docs/magit.texi2
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/magit.org b/docs/magit.org
index 7f0d80d..d25f964 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -4111,6 +4111,9 @@ argument.
- Command: magit-diff-visit-worktree-file-other-window ::
- Command: magit-diff-visit-worktree-file-other-frame ::
+ These commands behave like the respective commands described above,
+ except that they display the blob or file in another window or frame.
+
** Blaming
Also see [[man:git-blame]]
diff --git a/docs/magit.texi b/docs/magit.texi
index 5582b4a..05910a5 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -4841,6 +4841,8 @@ argument.
@deffn Command magit-diff-visit-worktree-file-other-window
@end deffn
@deffn Command magit-diff-visit-worktree-file-other-frame
+These commands behave like the respective commands described above,
+except that they display the blob or file in another window or frame.
@end deffn
@node Blaming