branch: elpa/magit commit 7050005c261faf0904f43d8762cb20f8ec70daca Author: Jacob Ilsø <jacobil...@gmail.com> Commit: Jonas Bernoulli <jo...@bernoul.li>
manual: Fix minor typo --- docs/magit.org | 2 +- docs/magit.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/magit.org b/docs/magit.org index e889ad2ef9..17068dc2a4 100644 --- a/docs/magit.org +++ b/docs/magit.org @@ -5281,7 +5281,7 @@ checkout branches, and to make changes to existing branches. It is not used to fetch, pull, merge, rebase, or push branches, i.e., this command deals with branches themselves, not with the commits reachable from them. Those features are available from separate transient -command. +commands. - Key: b (magit-branch) :: diff --git a/docs/magit.texi b/docs/magit.texi index dde258b7ee..6a0e4ff738 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -6229,7 +6229,7 @@ checkout branches, and to make changes to existing branches. It is not used to fetch, pull, merge, rebase, or push branches, i.e., this command deals with branches themselves, not with the commits reachable from them. Those features are available from separate transient -command. +commands. @table @asis @item @kbd{b} (@code{magit-branch})