From 7043c6440e4adac2c50d0a4501fdde10ed172989 Mon Sep 17 00:00:00 2001 From: Norman RIchards Date: Fri, 19 Jul 2013 15:19:47 -0500 Subject: [PATCH] elixir-mode-eval-on-current-buffer binding comment incorrect minor typo I noticed when scanning source for usage information --- elixir-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir-mode.el b/elixir-mode.el index 2a41eb40..55cb6bcc 100644 --- a/elixir-mode.el +++ b/elixir-mode.el @@ -91,7 +91,7 @@ ;; M-x elixir-mode-eval-on-current-buffer ;; ;; Evaluates the Elixir code on the current buffer. -;; This is bound to "C-c ,c" while in `elixir-mode'. +;; This is bound to "C-c ,b" while in `elixir-mode'. ;; ;; M-x elixir-mode-string-to-quoted-on-region ;;