aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-11 20:25:20 +0000
committerRichard M. Stallman1994-08-11 20:25:20 +0000
commit1f4554cc4d88730bfd5bdef6061ecb159bbd9993 (patch)
tree6ea375ad79e77538181561d720fd66a26d8a0c97
parent4b04c52e373002a0da810c7be0dfab91cbfb0b22 (diff)
downloademacs-1f4554cc4d88730bfd5bdef6061ecb159bbd9993.tar.gz
emacs-1f4554cc4d88730bfd5bdef6061ecb159bbd9993.zip
(one-window-p): Doc fix.
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
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."
54;;;; Window tree functions. 54;;;; Window tree functions.
55 55
56(defun one-window-p (&optional nomini all-frames) 56(defun one-window-p (&optional nomini all-frames)
57 "Returns non-nil if there is only one window. 57 "Returns non-nil if the selected window is the only window (in its frame).
58Optional arg NOMINI non-nil means don't count the minibuffer 58Optional arg NOMINI non-nil means don't count the minibuffer
59even if it is active. 59even if it is active.
60 60