aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2009-05-04 19:43:22 +0000
committerStefan Monnier <[email protected]>2009-05-04 19:43:22 +0000
commitc15dfb2982fa8c98f7fa5c1cbfb27df649e62165 (patch)
treed218e496802e04a2e9bef6db1e308a714900c3cb /doc/lispref/frames.texi
parent47f24290312daa7e0d694c21cfc979d66b58f221 (diff)
(frame-list): Clarify which frames are returned.
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 597df62110..2805216557 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -1178,11 +1178,11 @@ calls the function @code{delete-frame}. @xref{Misc Events}.
@cindex frames, scanning all
@defun frame-list
-The function @code{frame-list} returns a list of all the frames that
-have not been deleted. It is analogous to @code{buffer-list} for
-buffers, and includes frames on all terminals. The list that you get is
-newly created, so modifying the list doesn't have any effect on the
-internals of Emacs.
+The function @code{frame-list} returns a list of all the live frames,
+i.e.@: those that have not been deleted. It is analogous to
+@code{buffer-list} for buffers, and includes frames on all terminals.
+The list that you get is newly created, so modifying the list doesn't
+have any effect on the internals of Emacs.
@end defun
@defun visible-frame-list