comparison lispref/windows.texi @ 22267:dfac7398266b

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 May 1998 23:47:15 +0000
parents 40089afa2b1d
children 467b88fab665
comparison
equal deleted inserted replaced
22266:8b08793f2633 22267:dfac7398266b
251 characters; see @ref{Display Tables}. 251 characters; see @ref{Display Tables}.
252 @end deffn 252 @end deffn
253 253
254 @deffn Command split-window-vertically size 254 @deffn Command split-window-vertically size
255 This function splits the selected window into two windows, one above the 255 This function splits the selected window into two windows, one above the
256 other, leaving the upper of the two window selected, with @var{size} 256 other, leaving the upper of the two windows selected, with @var{size}
257 lines. (If @var{size} is negative, then the lower of the two windows 257 lines. (If @var{size} is negative, then the lower of the two windows
258 gets @minus{} @var{size} lines and the upper window gets the rest, but 258 gets @minus{} @var{size} lines and the upper window gets the rest, but
259 the upper window is still the one selected.) 259 the upper window is still the one selected.)
260 260
261 This function is simply an interface to @code{split-window}. 261 This function is simply an interface to @code{split-window}.