summaryrefslogtreecommitdiff
path: root/evil-collection-lua-mode.el
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2018-01-06 09:50:11 -0800
committerJames Nguyen <james@jojojames.com>2018-01-06 09:50:11 -0800
commit3fa749ac497a9bd81eadef736ea9a2b2f292f27b (patch)
treecca1b9ffd145a3c2609e357d434265ebd6cba046 /evil-collection-lua-mode.el
parent0609804b10e127c5b2e6c04fc6dbcd9eeaa10094 (diff)
Lua: Fix comment
Diffstat (limited to 'evil-collection-lua-mode.el')
-rw-r--r--evil-collection-lua-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-collection-lua-mode.el b/evil-collection-lua-mode.el
index bbac9de..27b012f 100644
--- a/evil-collection-lua-mode.el
+++ b/evil-collection-lua-mode.el
@@ -31,7 +31,7 @@
(require 'lua-mode nil t)
(defun evil-collection-lua-mode-set-evil-shift-width ()
- "Set `evil-shift-width' according to `python-indent-offset'."
+ "Set `evil-shift-width' according to `lua-indent-level'."
(setq evil-shift-width lua-indent-level))
(defun evil-collection-lua-mode-setup ()