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 | 3607fb8575ea1d18cd5ea01e2bb629c1d4d3adfd (patch) | |
tree | 38bb04b52ca7540b895803764544f83feea318ce /lispref/windows.texi | |
parent | 9226239027548f76d2c21b94fb997df71e829967 (diff) | |
download | emacs-3607fb8575ea1d18cd5ea01e2bb629c1d4d3adfd.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 |