aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/frames.texi
diff options
context:
space:
mode:
authorMelissa Weisshaus1995-06-08 04:43:19 +0000
committerMelissa Weisshaus1995-06-08 04:43:19 +0000
commiteaac2be133ec866b67ef345e8a3f317916e77598 (patch)
treedd4c9fa599f90f3dcabe9b78b39885bde63a7e59 /lispref/frames.texi
parent89dbfd1886b870bd692b5d394e544004d4a92fc6 (diff)
downloademacs-eaac2be133ec866b67ef345e8a3f317916e77598.tar.gz
emacs-eaac2be133ec866b67ef345e8a3f317916e77598.zip
updates for version 19.29.
,
Diffstat (limited to 'lispref/frames.texi')
-rw-r--r--lispref/frames.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi
index b7d64e55332..48dc47bef96 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -15,7 +15,7 @@ horizontally into smaller windows.
15@cindex terminal frame 15@cindex terminal frame
16@cindex X window frame 16@cindex X window frame
17 When Emacs runs on a text-only terminal, it starts with one 17 When Emacs runs on a text-only terminal, it starts with one
18@dfn{terminal frames}. If you create additional ones, Emacs displays 18@dfn{terminal frame}. If you create additional ones, Emacs displays
19one and only one at any given time---on the terminal screen, of course. 19one and only one at any given time---on the terminal screen, of course.
20 20
21 When Emacs communicates directly with an X server, it does not have a 21 When Emacs communicates directly with an X server, it does not have a
@@ -581,7 +581,7 @@ The function @code{frame-live-p} returns non-@code{nil} if the frame
581@end defun 581@end defun
582 582
583 Some window managers provide a command to delete a window. These work 583 Some window managers provide a command to delete a window. These work
584by sending a special message to the program than operates the window. 584by sending a special message to the program that operates the window.
585When Emacs gets one of these commands, it generates a 585When Emacs gets one of these commands, it generates a
586@code{delete-frame} event, whose normal definition is a command that 586@code{delete-frame} event, whose normal definition is a command that
587calls the function @code{delete-frame}. @xref{Misc Events}. 587calls the function @code{delete-frame}. @xref{Misc Events}.