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
c15dfb29
Commit
c15dfb29
authored
May 04, 2009
by
Stefan Monnier
Browse files
(frame-list): Clarify which frames are returned.
parent
47f24290
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
doc/lispref/frames.texi
doc/lispref/frames.texi
+5
-5
src/frame.c
src/frame.c
+1
-1
No files found.
doc/lispref/frames.texi
View file @
c15dfb29
...
...
@@ -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
...
...
src/frame.c
View file @
c15dfb29
...
...
@@ -1042,7 +1042,7 @@ Return WINDOW. */)
DEFUN
(
"frame-list"
,
Fframe_list
,
Sframe_list
,
0
,
0
,
0
,
doc: /* Return a list of all frames. */)
doc
:
/* Return a list of all
live
frames. */
)
()
{
Lisp_Object
frames
;
...
...
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