summaryrefslogtreecommitdiff
path: root/lispref/commands.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-09-08 16:58:39 +0000
committerRichard M. Stallman <rms@gnu.org>1995-09-08 16:58:39 +0000
commit8bb74a463603f415f379f4849b2e236238ea7f0c (patch)
treefd45242325b8d9172b39b49d0851c708251fd64e /lispref/commands.texi
parenta0a3cb23d7170c36114071160d465995cb659678 (diff)
downloademacs-8bb74a463603f415f379f4849b2e236238ea7f0c.tar.gz
Fix typos.
Diffstat (limited to 'lispref/commands.texi')
-rw-r--r--lispref/commands.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/lispref/commands.texi b/lispref/commands.texi
index 5a21ac37870..e5c01fe952b 100644
--- a/lispref/commands.texi
+++ b/lispref/commands.texi
@@ -721,7 +721,7 @@ are characters or symbols; mouse events are always lists. This section
describes the representation and meaning of input events in detail.
@defun eventp object
-This function returns non-@code{nil} if @var{event} is an input event.
+This function returns non-@code{nil} if @var{object} is an input event.
@end defun
@menu
@@ -1275,16 +1275,16 @@ The standard definition of the @code{delete-frame} event is to delete @var{frame
@cindex @code{iconify-frame} event
@item (iconify-frame (@var{frame}))
This kind of event indicates that the user iconified @var{frame} using
-the window manager. Its standard definition is @code{ignore}; since
-the frame has already been deiconified, Emacs has no work to do.
-The purpose of this event type is so that you can keep track of such
-events if you want to.
+the window manager. Its standard definition is @code{ignore}; since the
+frame has already been iconified, Emacs has no work to do. The purpose
+of this event type is so that you can keep track of such events if you
+want to.
@cindex @code{make-frame-visible} event
@item (make-frame-visible (@var{frame}))
This kind of event indicates that the user deiconified @var{frame} using
the window manager. Its standard definition is @code{ignore}; since the
-frame has already been iconified, Emacs has no work to do.
+frame has already been made visible, Emacs has no work to do.
@end table
If one of these events arrives in the middle of a key sequence---that