diff options
| author | Eivind Fonn <evfonn@gmail.com> | 2019-01-03 19:01:59 +0100 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2019-01-03 19:01:59 +0100 |
| commit | 482c2e26073e0953cd683a626753ddc5da67b32b (patch) | |
| tree | c50584ec9d4a87a06961c901fe9aacdda75a668a | |
| parent | 82c65dcfe23aff3d764cafc78124d92940c5bd59 (diff) | |
Clarify docstring for evil-set-initial-state
| -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)) |
