From 482c2e26073e0953cd683a626753ddc5da67b32b Mon Sep 17 00:00:00 2001 From: Eivind Fonn Date: Thu, 3 Jan 2019 19:01:59 +0100 Subject: Clarify docstring for evil-set-initial-state --- evil-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.0