diff options
| author | Mitchel Humpherys <mitch.special@gmail.com> | 2015-07-17 08:27:07 -0700 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-07-17 22:03:44 +0200 |
| commit | 8677c8cf0786e6f53c98ccc12390f60e1d39d395 (patch) | |
| tree | 47fce153b75e232d9c2288c1733185f01387daa8 /Documentation | |
| parent | 10771ffc80a9aa7ad21de91fb9f208b12fcbef6b (diff) | |
docs: Update keybinding typo for magit-commit-reword
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/magit.org | 2 | ||||
| -rw-r--r-- | Documentation/magit.texi | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/magit.org b/Documentation/magit.org index 7d59229..ee99c09 100644 --- a/Documentation/magit.org +++ b/Documentation/magit.org @@ -2205,7 +2205,7 @@ Also see [[info:gitman#git-commit]]. ~magit-commit-extend-override-date~ can be used to inverse the meaning of the prefix argument. -- Key: c r, magit-commit-reword +- Key: c w, magit-commit-reword Reword the last commit, ignoring staged changes. diff --git a/Documentation/magit.texi b/Documentation/magit.texi index 9143558..02ac648 100644 --- a/Documentation/magit.texi +++ b/Documentation/magit.texi @@ -3139,9 +3139,9 @@ argument change the committer date. The option @code{magit-commit-extend-override-date} can be used to inverse the meaning of the prefix argument. -@kindex c r +@kindex c w @cindex magit-commit-reword -@item @kbd{c r} @tie{}@tie{}@tie{}@tie{}(@code{magit-commit-reword}) +@item @kbd{c w} @tie{}@tie{}@tie{}@tie{}(@code{magit-commit-reword}) Reword the last commit, ignoring staged changes. |
