branch: elpa/git-commit commit 2126eab6a944e095a65ef00de7cda3bbd0023197 Author: Aaron L. Zeng <m...@bcc32.com> Commit: Aaron L. Zeng <m...@bcc32.com>
magit-unstage-file: Add missing colon to prompt --- lisp/magit-apply.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-apply.el b/lisp/magit-apply.el index b54259f372..82f064e93b 100644 --- a/lisp/magit-apply.el +++ b/lisp/magit-apply.el @@ -450,7 +450,7 @@ ignored) files." (default (or (magit-section-value-if 'file) (magit-file-relative-name))) (default (car (member default choices)))) - (list (magit-completing-read-multiple "Unstage file,s" choices + (list (magit-completing-read-multiple "Unstage file,s: " choices nil t nil nil default)))) (magit-with-toplevel ;; For backward compatibility, and because of