diff doc/lispref/frames.texi @ 103148:cfd0f4bd9e6e

(frame-list): Clarify which frames are returned.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 04 May 2009 19:43:22 +0000
parents f166876b8717
children a3671220e5f4
line wrap: on
line diff
--- a/doc/lispref/frames.texi	Mon May 04 19:33:10 2009 +0000
+++ b/doc/lispref/frames.texi	Mon May 04 19:43:22 2009 +0000
@@ -1178,11 +1178,11 @@
 @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