diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-02-21 02:05:31 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-02-21 02:05:31 +0100 |
| commit | d4fdadc127d3d8b98e71d38675bb0438c6ae93f1 (patch) | |
| tree | 2eea6415db5aedcfe1884a40cce3ec5efed13829 /lisp/magit-commit.el | |
| parent | 587fd04075b20b31adaf8c5ba4912052448e15ba (diff) | |
Fix various docstrings
Diffstat (limited to 'lisp/magit-commit.el')
| -rw-r--r-- | lisp/magit-commit.el | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el index 24a872c..1b0c4fb 100644 --- a/lisp/magit-commit.el +++ b/lisp/magit-commit.el @@ -204,7 +204,7 @@ Also see https://github.com/magit/magit/issues/4132." "Amend staged changes to the last commit, without editing its message. With a prefix argument do not update the committer date; without an -argument update it. The option `magit-commit-extend-override-date' +argument update it. The option `magit-commit-extend-override-date' can be used to inverse the meaning of the prefix argument. Called non-interactively, the optional OVERRIDE-DATE argument controls this behavior, and the option is of no relevance." @@ -232,7 +232,7 @@ behavior, and the option is of no relevance." "Reword the message of the last commit, without amending its tree. With a prefix argument do not update the committer date; without an -argument update it. The option `magit-commit-reword-override-date' +argument update it. The option `magit-commit-reword-override-date' can be used to inverse the meaning of the prefix argument. Called non-interactively, the optional OVERRIDE-DATE argument controls this behavior, and the option is of no relevance." @@ -582,13 +582,13 @@ See `magit-commit-autofixup' for an alternative implementation." (transient-define-prefix magit-commit-autofixup (phase commit args) "Spread staged or unstaged changes across recent commits. -If there are any staged then spread only those, otherwise -spread all unstaged changes. With a prefix argument use a -transient command to select infix arguments. +If there are any staged then spread only those, otherwise spread all +unstaged changes. With a prefix argument use a transient command to +select infix arguments. -This command requires the git-autofixup script, which is -available from https://github.com/torbiak/git-autofixup. -See `magit-commit-absorb' for an alternative implementation." +This command requires the git-autofixup script, which is available from +https://github.com/torbiak/git-autofixup. See `magit-commit-absorb' for +an alternative implementation." :value '("-vv") ["Arguments" (magit-autofixup:--context) |
