summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-08-11 20:25:20 +0000
committerRichard M. Stallman <rms@gnu.org>1994-08-11 20:25:20 +0000
commite1b9be700a5bc3841d85541f5f5d2dce665b23a2 (patch)
tree202cd5329f0e805cacc5321782650bd8c86183fd /lisp/subr.el
parentc590b0e4a3db82651f2b1f0364f69f10527d3cd1 (diff)
downloademacs-e1b9be700a5bc3841d85541f5f5d2dce665b23a2.tar.gz
(one-window-p): Doc fix.
Diffstat (limited to 'lisp/subr.el')
-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."
;;;; 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.