diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2015-08-22 14:12:34 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-08-22 14:12:34 +0200 |
| commit | f084aa9f5ebc57d3ede5fa95f501c5d1f841ae76 (patch) | |
| tree | 7e616fc14152b9a9bf0acd849d68fa13bd34342e /lisp | |
| parent | 147bedff820cd04274eb32ab3fa25d3d75b78ce3 (diff) | |
magit-wip-commit: fix doc-string
There no longer is a hook named `magit-wip-before-change-hook'.
Re #2198.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/magit-wip.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/magit-wip.el b/lisp/magit-wip.el index e424892..431d805 100644 --- a/lisp/magit-wip.el +++ b/lisp/magit-wip.el @@ -165,8 +165,8 @@ Interactively, commit all changes to all tracked files using a generic commit message. With a prefix-argument the commit message is read in the minibuffer. -Non-interactivly, on behalf of `magit-wip-before-change-hook', -only commit changes to FILES using MSG as commit message." +Non-interactivly, only commit changes to FILES using MSG as +commit message." (interactive (list nil (if current-prefix-arg (magit-read-string "Wip commit message") "wip-save tracked files"))) |
