comparison lispref/windows.texi @ 12125:995be67f3fd1

updates for version 19.29. ,
author Melissa Weisshaus <melissa@gnu.org>
date Thu, 08 Jun 1995 04:43:19 +0000
parents 66bde18bb391
children 586e3ea81792
comparison
equal deleted inserted replaced
12124:437eb190e7a7 12125:995be67f3fd1
284 284
285 @defun one-window-p &optional no-mini all-frames 285 @defun one-window-p &optional no-mini all-frames
286 This function returns non-@code{nil} if there is only one window. The 286 This function returns non-@code{nil} if there is only one window. The
287 argument @var{no-mini}, if non-@code{nil}, means don't count the 287 argument @var{no-mini}, if non-@code{nil}, means don't count the
288 minibuffer even if it is active; otherwise, the minibuffer window is 288 minibuffer even if it is active; otherwise, the minibuffer window is
289 included, if active, in the total number of windows, which is compared 289 included, if active, in the total number of windows, which is compared
290 against one. 290 against one.
291 291
292 The argument @var{all-frames} specifies which frames to consider. Here 292 The argument @var{all-frames} specifies which frames to consider. Here
293 are the possible values and their meanings: 293 are the possible values and their meanings:
294 294