aboutsummaryrefslogtreecommitdiff
path: root/evil-types.el
diff options
context:
space:
mode:
authordalu <25452934+dalugm@users.noreply.github.com>2022-09-28 18:54:01 +0800
committerTom Dalziel <33435574+tomdl89@users.noreply.github.com>2022-09-29 15:17:58 +0200
commit0aaf5944db224f1d8948acac64e2b703ed151446 (patch)
treeb5eaea3ece97a012b4d687c807496a6f87c72aa5 /evil-types.el
parent745f394bb769c9cb0ca52f4cb10bbbc5229e1841 (diff)
doc: follow the Emacs Lisp Style Guide
Diffstat (limited to 'evil-types.el')
-rw-r--r--evil-types.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-types.el b/evil-types.el
index a230b3c..d457158 100644
--- a/evil-types.el
+++ b/evil-types.el
@@ -417,7 +417,7 @@ REGISTER"
(defun evil-ex-get-optional-register-and-count (string)
"Parse STRING as an ex arg with both optional REGISTER and COUNT.
-Returns a list (REGISTER COUNT)."
+Return a list (REGISTER COUNT)."
(let* ((split-args (split-string (or string "")))
(arg-count (length split-args))
(arg0 (car split-args))