diff options
| -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." | |||
| 217 | "Split current window into two windows side by side. | 217 | "Split current window into two windows side by side. |
| 218 | This window becomes the leftmost of the two, and gets ARG columns. | 218 | This window becomes the leftmost of the two, and gets ARG columns. |
| 219 | Negative arg means select the size of the rightmost window instead. | 219 | Negative arg means select the size of the rightmost window instead. |
| 220 | No arg means split equally." | 220 | The argument includes the width of the window's scroll bar; if there |
| 221 | are no scroll bars, it includes the width of the divider column | ||
| 222 | to the window's right, if any. No arg means split equally." | ||
| 221 | (interactive "P") | 223 | (interactive "P") |
| 222 | (let ((old-w (selected-window)) | 224 | (let ((old-w (selected-window)) |
| 223 | (size (and arg (prefix-numeric-value arg)))) | 225 | (size (and arg (prefix-numeric-value arg)))) |