diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-08-06 05:50:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-08-06 05:50:47 +0000 |
commit | dd1455c2088ef0c88d3b005960c97df3c1ea34fe (patch) | |
tree | c5b0fb5f760c50da1656ef7bf0e3b82c95a9a20e /lisp/window.el | |
parent | 10f96191ab0f8fc1bc81cd18b211e8b9705a8d6a (diff) | |
download | emacs-dd1455c2088ef0c88d3b005960c97df3c1ea34fe.tar.gz |
(split-window-horizontally): Doc fix.
Diffstat (limited to 'lisp/window.el')
-rw-r--r-- | lisp/window.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el index 1f272364e6c..c18dcc41acc 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -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)))) |