branch: elpa/inf-clojure commit 7272678042c18fd3a379085c3a0a5adb8b95082e Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
clojure -> Clojure --- inf-clojure.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inf-clojure.el b/inf-clojure.el index 758d94a..0214345 100644 --- a/inf-clojure.el +++ b/inf-clojure.el @@ -219,7 +219,7 @@ of `inf-clojure-program'). Runs the hooks from `inf-clojure-mode-hook' (after the `comint-mode-hook' is run). \(Type \\[describe-mode] in the process buffer for a list of commands.)" (interactive (list (if current-prefix-arg - (read-string "Run clojure: " inf-clojure-program) + (read-string "Run Clojure: " inf-clojure-program) inf-clojure-program))) (if (not (comint-check-proc "*inf-clojure*")) (let ((cmdlist (split-string cmd)))