diff options
author | Hugo Heagren <hugo@heagren.com> | 2022-09-05 20:54:51 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-05 20:57:21 +0200 |
commit | 6a2ee981c3a4a2f7e0864b0394ec47f6522847ee (patch) | |
tree | 7ccd3993be3d08966598c2a69d989d68f666b7c7 /test/lisp/emacs-lisp | |
parent | 21c725dfe0c8fc3d4df32edb4995346df1ea9b97 (diff) | |
download | emacs-6a2ee981c3a4a2f7e0864b0394ec47f6522847ee.tar.gz emacs-6a2ee981c3a4a2f7e0864b0394ec47f6522847ee.tar.bz2 emacs-6a2ee981c3a4a2f7e0864b0394ec47f6522847ee.zip |
Add new functions for splitting the root window
* lisp/window.el (split-window-right): Add optional argument to
control which window is split (previously, would only split selected
window). Update docstring.
* doc/lispref/windows.texi (Splitting Windows): Update docs for
`split-window-right'.
* lisp/window.el (split-window-below): Add optional argument to
control which window is split (previously, would only split selected
window). Update docstring.
* doc/lispref/windows.texi (Splitting Windows): Update docs for
`split-window-below'.
* lisp/window.el (ctl-x-map): Bind `split-root-window-right' to 9 in
ctl-x-map. This is consistent with binding other window-splitting
operations to numbers in this map.
* lisp/window.el (ctl-x-map): Bind `split-root-window-below' to 7 in
ctl-x-map. This is consistent with binding other window-splitting
operations to numbers in this map.
* lisp/window.el (split-root-window-right): New function to split
whole frame.
* doc/lispref/windows.texi (Splitting Windows): Add documentation for
`split-root-window-right'.
* lisp/window.el (split-root-window-below): New function to split
whole frame.
* doc/lispref/windows.texi (Splitting Windows): Add documentation for
`split-root-window-below' (bug#56791).
Diffstat (limited to 'test/lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions