comparison lispref/frames.texi @ 39504:af867d560348

(Finding All Frames): Document that next-frame and previous-frame are local to current terminal.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 30 Sep 2001 10:39:00 +0000
parents 3a102bf6010f
children 34f1a01f25fa
comparison
equal deleted inserted replaced
39503:dd3ea41ff0f7 39504:af867d560348
766 @section Finding All Frames 766 @section Finding All Frames
767 767
768 @defun frame-list 768 @defun frame-list
769 The function @code{frame-list} returns a list of all the frames that 769 The function @code{frame-list} returns a list of all the frames that
770 have not been deleted. It is analogous to @code{buffer-list} for 770 have not been deleted. It is analogous to @code{buffer-list} for
771 buffers. The list that you get is newly created, so modifying the list 771 buffers, and includes frames on all terminals. The list that you get is
772 doesn't have any effect on the internals of Emacs. 772 newly created, so modifying the list doesn't have any effect on the
773 internals of Emacs.
773 @end defun 774 @end defun
774 775
775 @defun visible-frame-list 776 @defun visible-frame-list
776 This function returns a list of just the currently visible frames. 777 This function returns a list of just the currently visible frames.
777 @xref{Visibility of Frames}. (Terminal frames always count as 778 @xref{Visibility of Frames}. (Terminal frames always count as
778 ``visible'', even though only the selected one is actually displayed.) 779 ``visible'', even though only the selected one is actually displayed.)
779 @end defun 780 @end defun
780 781
781 @defun next-frame &optional frame minibuf 782 @defun next-frame &optional frame minibuf
782 The function @code{next-frame} lets you cycle conveniently through all 783 The function @code{next-frame} lets you cycle conveniently through all
783 the frames from an arbitrary starting point. It returns the ``next'' 784 the frames on the current display from an arbitrary starting point. It
784 frame after @var{frame} in the cycle. If @var{frame} is omitted or 785 returns the ``next'' frame after @var{frame} in the cycle. If
785 @code{nil}, it defaults to the selected frame (@pxref{Input Focus}). 786 @var{frame} is omitted or @code{nil}, it defaults to the selected frame
787 (@pxref{Input Focus}).
786 788
787 The second argument, @var{minibuf}, says which frames to consider: 789 The second argument, @var{minibuf}, says which frames to consider:
788 790
789 @table @asis 791 @table @asis
790 @item @code{nil} 792 @item @code{nil}