comparison lispref/windows.texi @ 16736:981e116b4ac6

Minor cleanups for overfull hboxes.
author Richard M. Stallman <rms@gnu.org>
date Fri, 20 Dec 1996 00:09:23 +0000
parents 194145c1a2c0
children 66d807bdc5b4
comparison
equal deleted inserted replaced
16735:940b9fcc1da6 16736:981e116b4ac6
257 Here is the complete function definition for it: 257 Here is the complete function definition for it:
258 258
259 @smallexample 259 @smallexample
260 @group 260 @group
261 (defun split-window-vertically (&optional arg) 261 (defun split-window-vertically (&optional arg)
262 "Split current window into two windows, one above the other." 262 "Split current window into two windows, @dots{}"
263 (interactive "P") 263 (interactive "P")
264 (split-window nil (and arg (prefix-numeric-value arg)))) 264 (split-window nil (and arg (prefix-numeric-value arg))))
265 @end group 265 @end group
266 @end smallexample 266 @end smallexample
267 @end deffn 267 @end deffn