From be7765758ce2ef1bd7f8982dabc6e0bea7c1fd26 Mon Sep 17 00:00:00 2001 From: Linus Marton Date: Fri, 2 Mar 2018 12:11:23 +0100 Subject: [PATCH] Fix typo in ruby-mode file --- evil-collection-ruby-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-collection-ruby-mode.el b/evil-collection-ruby-mode.el index 2a24b71..994aaf9 100644 --- a/evil-collection-ruby-mode.el +++ b/evil-collection-ruby-mode.el @@ -35,7 +35,7 @@ (setq evil-shift-width ruby-indent-level)) (defun evil-collection-ruby-mode-setup () - "Set up `evil' bindings for `python'." + "Set up `evil' bindings for `ruby'." (add-hook 'ruby-mode-hook #'evil-collection-ruby-mode-set-evil-shift-width)) (provide 'evil-collection-ruby-mode)