diff lispref/frames.texi @ 12125:995be67f3fd1

updates for version 19.29. ,
author Melissa Weisshaus <melissa@gnu.org>
date Thu, 08 Jun 1995 04:43:19 +0000
parents a6eb5f12b0f3
children 35668330115e
line wrap: on
line diff
--- a/lispref/frames.texi	Thu Jun 08 04:16:18 1995 +0000
+++ b/lispref/frames.texi	Thu Jun 08 04:43:19 1995 +0000
@@ -15,7 +15,7 @@
 @cindex terminal frame
 @cindex X window frame
   When Emacs runs on a text-only terminal, it starts with one
-@dfn{terminal frames}.  If you create additional ones, Emacs displays
+@dfn{terminal frame}.  If you create additional ones, Emacs displays
 one and only one at any given time---on the terminal screen, of course.
 
   When Emacs communicates directly with an X server, it does not have a
@@ -581,7 +581,7 @@
 @end defun
 
   Some window managers provide a command to delete a window.  These work
-by sending a special message to the program than operates the window.
+by sending a special message to the program that operates the window.
 When Emacs gets one of these commands, it generates a
 @code{delete-frame} event, whose normal definition is a command that
 calls the function @code{delete-frame}.  @xref{Misc Events}.