From 4896e193996c017e0dc5de59527f903f48d7f93e Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Mon, 7 Jun 2010 10:46:58 +0100 Subject: [PATCH] Slightly modified prompt for `magit-git-command'. --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit.el b/magit.el index d013e86b..1fb0ad64 100644 --- a/magit.el +++ b/magit.el @@ -2971,7 +2971,7 @@ Uncomitted changes in both working tree and staging area are lost. Similar to `magit-shell-command', but involves slightly less typing and automatically refreshes the status buffer." - (interactive "sgit ") + (interactive "sRun git like this: ") (require 'pcomplete) (let ((args (car (with-temp-buffer (insert command)