Fix typo in docstring of split-window-right-i3
This commit is contained in:
parent
1cba415ebe
commit
653a402eae
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user