branch: elpa/magit
commit 02d3d88ed9b65e6a8f4dd5377f01930b867959fa
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-wip-commit-buffer-file: Correct interactive commit message
---
lisp/magit-wip.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-wip.el b/lisp/magit-wip.el
index 907ee4744b3..e307c0d9de5 100644
--- a/lisp/magit-wip.el
+++ b/lisp/magit-wip.el
@@ -112,7 +112,7 @@ but that is discouraged."
Also see `magit-wip-after-save-mode' which calls this function
automatically whenever a buffer visiting a tracked file is saved."
- (interactive (list "wip-save %s after save"))
+ (interactive (list "save %s snapshot"))
(when (and (not magit--wip-inhibit-autosave)
buffer-file-name
(magit-inside-worktree-p t)