mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(split-window-horizontally): Doc fix.
This commit is contained in:
parent
10f96191ab
commit
dd1455c208
1 changed files with 3 additions and 1 deletions
|
|
@ -217,7 +217,9 @@ new mode line."
|
|||
"Split current window into two windows side by side.
|
||||
This window becomes the leftmost of the two, and gets ARG columns.
|
||||
Negative arg means select the size of the rightmost window instead.
|
||||
No arg means split equally."
|
||||
The argument includes the width of the window's scroll bar; if there
|
||||
are no scroll bars, it includes the width of the divider column
|
||||
to the window's right, if any. No arg means split equally."
|
||||
(interactive "P")
|
||||
(let ((old-w (selected-window))
|
||||
(size (and arg (prefix-numeric-value arg))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue