diff options
| -rw-r--r-- | docs/magit.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/magit.texi b/docs/magit.texi index e07e147..2a5a33d 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -7234,7 +7234,8 @@ current commit's message. @item @kbd{k} (@code{git-rebase-kill-line}) @kindex k @findex git-rebase-kill-line -Kill the current action line. +Comment the current action line, or if it is already commented, then +uncomment it. @item @kbd{c} (@code{git-rebase-pick}) @kindex c |
