diff options
| -rw-r--r-- | evil-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-core.el b/evil-core.el index a30a436..43d6766 100644 --- a/evil-core.el +++ b/evil-core.el @@ -322,7 +322,7 @@ initially." nil t (cons mode-alias checked-modes)))))))) (defun evil-set-initial-state (mode state) - "Set the initial state for MODE to STATE. + "Set the initial state for major mode MODE to STATE. This is the state the buffer comes up in." (dolist (modes (evil-state-property t :modes)) (setq modes (cdr-safe modes)) |
