diff options
| -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. |
