Mercurial > emacs
changeset 13007:8a1252eb804e
Fix typos.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 08 Sep 1995 16:58:39 +0000 |
parents | e4e18abbe5a2 |
children | f042ef632b22 |
files | lispref/commands.texi |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/commands.texi Fri Sep 08 16:24:48 1995 +0000 +++ b/lispref/commands.texi Fri Sep 08 16:58:39 1995 +0000 @@ -721,7 +721,7 @@ 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 @@ @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