summaryrefslogtreecommitdiff
path: root/lispref/windows.texi
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/windows.texi')
-rw-r--r--lispref/windows.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi
index 5b2c9c9cd6b..36b422d21c7 100644
--- a/lispref/windows.texi
+++ b/lispref/windows.texi
@@ -259,7 +259,7 @@ Here is the complete function definition for it:
@smallexample
@group
(defun split-window-vertically (&optional arg)
- "Split current window into two windows, one above the other."
+ "Split current window into two windows, @dots{}"
(interactive "P")
(split-window nil (and arg (prefix-numeric-value arg))))
@end group