From: Richard M. Stallman Date: Thu, 11 Aug 1994 20:25:20 +0000 (+0000) Subject: (one-window-p): Doc fix. X-Git-Tag: emacs-19.34~7335 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f4554cc4d88730bfd5bdef6061ecb159bbd9993;p=emacs.git (one-window-p): Doc fix. --- diff --git a/lisp/subr.el b/lisp/subr.el index e1585f9dd71..ed93fa4c6a9 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -54,7 +54,7 @@ BODY should be a list of lisp expressions." ;;;; 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.