# HG changeset patch # User Richard M. Stallman # Date 776636720 0 # Node ID 44ff33b29c3e43bd58d7db46ead5d9f581436926 # Parent a7fe53588b6fb8a7299dff96660b748ce15f3682 (one-window-p): Doc fix. diff -r a7fe53588b6f -r 44ff33b29c3e lisp/subr.el --- a/lisp/subr.el Thu Aug 11 19:45:41 1994 +0000 +++ b/lisp/subr.el Thu Aug 11 20:25:20 1994 +0000 @@ -54,7 +54,7 @@ ;;;; Window tree functions. (defun one-window-p (&optional nomini all-frames) - "Returns non-nil if there is only one window. + "Returns non-nil if the selected window is the only window (in its frame). Optional arg NOMINI non-nil means don't count the minibuffer even if it is active.