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

View File

@ -484,7 +484,7 @@
(call-process "i3" nil nil nil "split v") (call-process "i3" nil nil nil "split v")
(make-frame)) (make-frame))
(defun split-window-right-i3 () (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) (interactive)
(call-process "i3" nil nil nil "split h") (call-process "i3" nil nil nil "split h")
(make-frame)) (make-frame))