aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRichard Kim <emacs18@gmail.com>2015-07-26 01:26:01 -0700
committerJonas Bernoulli <jonas@bernoul.li>2015-07-27 00:34:00 +0200
commit9d9a37cf3c5835c55914fc03952580be60ebcba1 (patch)
treeb9308a3b63a3e170b268de218308f3a483aff91b /Documentation
parent01b363bcc3dad98deb00d1810ded1521d602e7a4 (diff)
various documentation fixes
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/magit.org6
-rw-r--r--Documentation/magit.texi10
2 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/magit.org b/Documentation/magit.org
index ee99c09..d37ac89 100644
--- a/Documentation/magit.org
+++ b/Documentation/magit.org
@@ -85,7 +85,7 @@ internally (which is what lead to the term "apply variants").
Magit isn't just for Git experts, but it does assume some prior
experience with Git as well as Emacs. That being said, many users
have reported that using Magit was what finally taught them what Git
-it is capable off and how to use it to its fullest. Other users
+is capable of and how to use it to its fullest. Other users
wished they had switched to Emacs sooner so that they would have
gotten their hands on Magit earlier.
@@ -606,13 +606,13 @@ the following commands.
Move to the beginning of the next visible section.
-- Key: P, magit-section-backward-siblings
+- Key: M-p, magit-section-backward-siblings
Move to the beginning of the previous sibling section. If there is
no previous sibling section, then move to the parent section
instead.
-- Key: N, magit-section-forward-siblings
+- Key: M-n, magit-section-forward-siblings
Move to the beginning of the next sibling section. If there is no
next sibling section, then move to the parent section instead.
diff --git a/Documentation/magit.texi b/Documentation/magit.texi
index 02ac648..0bf249a 100644
--- a/Documentation/magit.texi
+++ b/Documentation/magit.texi
@@ -284,7 +284,7 @@ internally (which is what lead to the term "apply variants").
Magit isn't just for Git experts, but it does assume some prior
experience with Git as well as Emacs. That being said, many users
have reported that using Magit was what finally taught them what Git
-it is capable off and how to use it to its fullest. Other users
+is capable of and how to use it to its fullest. Other users
wished they had switched to Emacs sooner so that they would have
gotten their hands on Magit earlier.
@@ -898,17 +898,17 @@ to the beginning of the previous visible section.
Move to the beginning of the next visible section.
-@kindex P
+@kindex M-p
@cindex magit-section-backward-siblings
-@item @kbd{P} @tie{}@tie{}@tie{}@tie{}(@code{magit-section-backward-siblings})
+@item @kbd{M-p} @tie{}@tie{}@tie{}@tie{}(@code{magit-section-backward-siblings})
Move to the beginning of the previous sibling section. If there is
no previous sibling section, then move to the parent section
instead.
-@kindex N
+@kindex M-n
@cindex magit-section-forward-siblings
-@item @kbd{N} @tie{}@tie{}@tie{}@tie{}(@code{magit-section-forward-siblings})
+@item @kbd{M-n} @tie{}@tie{}@tie{}@tie{}(@code{magit-section-forward-siblings})
Move to the beginning of the next sibling section. If there is no
next sibling section, then move to the parent section instead.