summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-09-30 10:39:00 +0000
committerEli Zaretskii <eliz@gnu.org>2001-09-30 10:39:00 +0000
commit00dfd2f76b67e2bdac81f318382ec8258b8047bd (patch)
tree66054b0de6cf31cbd437a51cb50dd1ef4a21a928 /lispref
parent6107c9e9a4d6542a4cd871c0d59fcdb083b1efdb (diff)
downloademacs-00dfd2f76b67e2bdac81f318382ec8258b8047bd.tar.gz
(Finding All Frames): Document that next-frame and
previous-frame are local to current terminal.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/frames.texi12
1 files changed, 7 insertions, 5 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi
index 22d11d951bd..7d690139081 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -768,8 +768,9 @@ calls the function @code{delete-frame}. @xref{Misc Events}.
@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. The list that you get is newly created, so modifying the list
-doesn't have any effect on the internals of Emacs.
+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
@@ -780,9 +781,10 @@ This function returns a list of just the currently visible frames.
@defun next-frame &optional frame minibuf
The function @code{next-frame} lets you cycle conveniently through all
-the frames from an arbitrary starting point. It returns the ``next''
-frame after @var{frame} in the cycle. If @var{frame} is omitted or
-@code{nil}, it defaults to the selected frame (@pxref{Input Focus}).
+the frames on the current display from an arbitrary starting point. It
+returns the ``next'' frame after @var{frame} in the cycle. If
+@var{frame} is omitted or @code{nil}, it defaults to the selected frame
+(@pxref{Input Focus}).
The second argument, @var{minibuf}, says which frames to consider: