Mercurial > emacs
changeset 22924:13888875bea1
(split-window-horizontally): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 06 Aug 1998 05:50:47 +0000 |
parents | 970b3bad71fd |
children | e89aad442cf7 |
files | lisp/window.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/window.el Thu Aug 06 05:48:33 1998 +0000 +++ b/lisp/window.el Thu Aug 06 05:50:47 1998 +0000 @@ -217,7 +217,9 @@ "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))))