aboutsummaryrefslogtreecommitdiff
path: root/evil-states.el
diff options
context:
space:
mode:
authorAlexander Shukaev <projects@Alexander.Shukaev.name>2019-01-16 00:10:53 +0100
committerEivind Fonn <evfonn@gmail.com>2019-11-19 14:43:28 +0100
commit6ce5eef19032c71158828f41b2b64ab86b2f88ab (patch)
tree9b2011801b25c004d9da8f7bd3b044996b4f9175 /evil-states.el
parent37771becc4f37661e3ec945bc97c1a58c95e3e27 (diff)
Declare documentation strings
Diffstat (limited to 'evil-states.el')
-rw-r--r--evil-states.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-states.el b/evil-states.el
index 7d029b3..8db8a95 100644
--- a/evil-states.el
+++ b/evil-states.el
@@ -211,6 +211,7 @@ the selection is enabled.
\(fn SELECTION DOC [[KEY VAL]...] BODY...)"
(declare (indent defun)
+ (doc-string 2)
(debug (&define name stringp
[&rest keywordp sexp]
def-body)))