Mercurial > emacs
changeset 8518:44ff33b29c3e
(one-window-p): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 11 Aug 1994 20:25:20 +0000 |
parents | a7fe53588b6f |
children | 7802e26b3bfd |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.