Fix typo in docstring of split-window-right-i3

This commit is contained in:
Adam Goldsmith 2019-02-19 10:33:26 -05:00
parent 1cba415ebe
commit 653a402eae
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@
(call-process "i3" nil nil nil "split v")
(make-frame))
(defun split-window-right-i3 ()
"It's like `split-window-below', but uses i3 stuff"
"It's like `split-window-right', but uses i3 stuff"
(interactive)
(call-process "i3" nil nil nil "split h")
(make-frame))