branch: elpa/magit
commit 067fac119fb5e93a97c1525a1858be1ee2d6755e
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
manual: Document magit-diff-visit{,worktree}-file-{frame,window}
---
docs/magit.org | 3 +++
docs/magit.texi | 2 ++
2 files changed, 5 insertions(+)
diff --git a/docs/magit.org b/docs/magit.org
index 7f0d80de8ef..d25f9644ff3 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 5582b4a8b0a..05910a58a89 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