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-vars.el | |
| parent | 37771becc4f37661e3ec945bc97c1a58c95e3e27 (diff) | |
Declare documentation strings
Diffstat (limited to 'evil-vars.el')
| -rw-r--r-- | evil-vars.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-vars.el b/evil-vars.el index d10a4a8..1a8e71f 100644 --- a/evil-vars.el +++ b/evil-vars.el @@ -1220,6 +1220,7 @@ like in Vim. This variable is read only on load." The parameters are the same as for `defvar', but the variable SYMBOL is made permanent buffer local." (declare (indent defun) + (doc-string 3) (debug (symbolp &optional form stringp))) `(progn (defvar ,symbol ,initvalue ,docstring) |
