We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3c2b9 commit c082a2eCopy full SHA for c082a2e
cider.el
@@ -660,7 +660,7 @@ choose."
660
(member cider-preferred-build-tool choices))
661
cider-preferred-build-tool)
662
(multiple-project-choices
663
- (completing-read (format "Which command should be used (default %s)" default)
+ (completing-read (format "Which command should be used (default %s): " default)
664
choices nil t nil nil default))
665
(choices
666
(car choices))
0 commit comments