diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/frames.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 597df621106..28052165575 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -1178,11 +1178,11 @@ calls the function @code{delete-frame}. @xref{Misc Events}. | |||
| 1178 | @cindex frames, scanning all | 1178 | @cindex frames, scanning all |
| 1179 | 1179 | ||
| 1180 | @defun frame-list | 1180 | @defun frame-list |
| 1181 | The function @code{frame-list} returns a list of all the frames that | 1181 | The function @code{frame-list} returns a list of all the live frames, |
| 1182 | have not been deleted. It is analogous to @code{buffer-list} for | 1182 | i.e.@: those that have not been deleted. It is analogous to |
| 1183 | buffers, and includes frames on all terminals. The list that you get is | 1183 | @code{buffer-list} for buffers, and includes frames on all terminals. |
| 1184 | newly created, so modifying the list doesn't have any effect on the | 1184 | The list that you get is newly created, so modifying the list doesn't |
| 1185 | internals of Emacs. | 1185 | have any effect on the internals of Emacs. |
| 1186 | @end defun | 1186 | @end defun |
| 1187 | 1187 | ||
| 1188 | @defun visible-frame-list | 1188 | @defun visible-frame-list |