Skip to content

Commit eebb792

Browse files
committed
update docstring
docstring for meow-mode-state-list still claims that only normal and motion are allowed. This is not the case.
1 parent 6263d32 commit eebb792

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meow-var.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,7 @@ This option will affect the color of position hint and fake region cursor."
210210
(Custom-mode . normal))
211211
"A list of rules, each is (major-mode . init-state).
212212
213-
The init-state can only be `motion' or `normal',
214-
and `motion' have a higher priority."
213+
The init-state can be any state, including custom ones."
215214
:group 'meow
216215
:type '(alist :key-type (sexp :tag "Major-mode")
217216
:value-type (symbol :tag "Initial state")))

0 commit comments

Comments
 (0)