branch: elpa/inf-clojure commit 0d5f715d0f9482b2b7230e7469ec999dbc6ab8f5 Author: Bozhidar Batsov <bozhi...@tradeo.com> Commit: Bozhidar Batsov <bozhi...@tradeo.com>
Unify the style of the REPL and minor mode menus --- inf-clojure.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/inf-clojure.el b/inf-clojure.el index 267ab63..37ab3b1 100644 --- a/inf-clojure.el +++ b/inf-clojure.el @@ -71,13 +71,13 @@ mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword (easy-menu-define inf-clojure-mode-menu map "Inferior Clojure REPL Menu" '("Inf-Clojure REPL" - ["Eval Last Sexp" inf-clojure-eval-last-sexp t] + ["Eval last sexp" inf-clojure-eval-last-sexp t] "--" - ["Load File..." inf-clojure-load-file t] + ["Load file" inf-clojure-load-file t] "--" - ["Show Arglist..." inf-clojure-show-arglist t] - ["Show Documentation for Var..." inf-clojure-show-var-documentation t] - ["Show Source for Var..." inf-clojure-show-var-source t])) + ["Show arglist" inf-clojure-show-arglist t] + ["Show documentation for var" inf-clojure-show-var-documentation t] + ["Show source for var" inf-clojure-show-var-source t])) map)) (defvar inf-clojure-minor-mode-map