diff options
| author | James Nguyen <james@jojojames.com> | 2018-01-06 09:50:11 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2018-01-06 09:50:11 -0800 |
| commit | 3fa749ac497a9bd81eadef736ea9a2b2f292f27b (patch) | |
| tree | cca1b9ffd145a3c2609e357d434265ebd6cba046 /evil-collection-lua-mode.el | |
| parent | 0609804b10e127c5b2e6c04fc6dbcd9eeaa10094 (diff) | |
Lua: Fix comment
Diffstat (limited to 'evil-collection-lua-mode.el')
| -rw-r--r-- | evil-collection-lua-mode.el | 2 |
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 () |
