diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-12-20 00:09:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-12-20 00:09:23 +0000 |
commit | 9e2b495b7085a76d3d6ea521312d080aa6479965 (patch) | |
tree | 4dc81dafa556a21ec36ae794fde5dd02b06e5fcb /lispref/windows.texi | |
parent | 6268f00653c5f594251862066f15126bee5f1a2a (diff) | |
download | emacs-9e2b495b7085a76d3d6ea521312d080aa6479965.tar.gz |
Minor cleanups for overfull hboxes.
Diffstat (limited to 'lispref/windows.texi')
-rw-r--r-- | lispref/windows.texi | 2 |
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 |