aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEivind Fonn <evfonn@gmail.com>2019-01-03 19:01:59 +0100
committerEivind Fonn <evfonn@gmail.com>2019-01-03 19:01:59 +0100
commit482c2e26073e0953cd683a626753ddc5da67b32b (patch)
treec50584ec9d4a87a06961c901fe9aacdda75a668a
parent82c65dcfe23aff3d764cafc78124d92940c5bd59 (diff)
Clarify docstring for evil-set-initial-state
-rw-r--r--evil-core.el2
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))