diff options
| author | Alexander Shukaev <projects@Alexander.Shukaev.name> | 2019-01-16 00:10:53 +0100 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2019-11-19 14:43:28 +0100 |
| commit | 6ce5eef19032c71158828f41b2b64ab86b2f88ab (patch) | |
| tree | 9b2011801b25c004d9da8f7bd3b044996b4f9175 /evil-macros.el | |
| parent | 37771becc4f37661e3ec945bc97c1a58c95e3e27 (diff) | |
Declare documentation strings
Diffstat (limited to 'evil-macros.el')
| -rw-r--r-- | evil-macros.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/evil-macros.el b/evil-macros.el index 3af95d4..b553e9e 100644 --- a/evil-macros.el +++ b/evil-macros.el @@ -114,6 +114,7 @@ The return value is a list (BEG END TYPE)." \(fn MOTION (COUNT ARGS...) DOC [[KEY VALUE]...] BODY...)" (declare (indent defun) + (doc-string 3) (debug (&define name lambda-list [&optional stringp] [&rest keywordp sexp] @@ -357,6 +358,7 @@ if COUNT is positive, and to the left of it if negative. \(fn OBJECT (COUNT) DOC [[KEY VALUE]...] BODY...)" (declare (indent defun) + (doc-string 3) (debug (&define name lambda-list [&optional stringp] [&rest keywordp sexp] @@ -445,6 +447,7 @@ if COUNT is positive, and to the left of it if negative. \(fn OPERATOR (BEG END ARGS...) DOC [[KEY VALUE]...] BODY...)" (declare (indent defun) + (doc-string 3) (debug (&define name lambda-list [&optional stringp] [&rest keywordp sexp] @@ -632,6 +635,7 @@ be transformations on buffer positions, like :expand and :contract. \(fn TYPE DOC [[KEY FUNC]...])" (declare (indent defun) + (doc-string 2) (debug (&define name [&optional stringp] [&rest [keywordp function-form]]))) |
