summaryrefslogtreecommitdiff
path: root/lispref/windows.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-20 00:09:23 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-20 00:09:23 +0000
commit9e2b495b7085a76d3d6ea521312d080aa6479965 (patch)
tree4dc81dafa556a21ec36ae794fde5dd02b06e5fcb /lispref/windows.texi
parent6268f00653c5f594251862066f15126bee5f1a2a (diff)
downloademacs-9e2b495b7085a76d3d6ea521312d080aa6479965.tar.gz
Minor cleanups for overfull hboxes.
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