diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-04-19 10:28:25 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-04-19 10:28:25 +0200 |
| commit | b0e7f0efcedb04233b5103c4017e4a2917bb4f34 (patch) | |
| tree | 59da748ba1b851fa1d7794014a0642dd6005fcf6 | |
| parent | 2dd886c28debeabba711c6e4b257cc8c08ab8368 (diff) | |
Regenerate manual
| -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 |
