Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3d7f0a34
Commit
3d7f0a34
authored
Sep 30, 2001
by
Eli Zaretskii
Browse files
(Finding All Frames): Document that next-frame and
previous-frame are local to current terminal.
parent
20fa27a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
lispref/frames.texi
lispref/frames.texi
+7
-5
No files found.
lispref/frames.texi
View file @
3d7f0a34
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment