summaryrefslogtreecommitdiff
path: root/lispref/commands.texi
diff options
context:
space:
mode:
authorMelissa Weisshaus <melissa@gnu.org>1995-06-16 19:17:59 +0000
committerMelissa Weisshaus <melissa@gnu.org>1995-06-16 19:17:59 +0000
commitbda144f49f2ba0f467054530a21e39ec7b7575fa (patch)
treed9656e42c1146edc1ebab8152375ee8772b44944 /lispref/commands.texi
parentb7011339a202da06ec2ba58b11618692ea8f0326 (diff)
downloademacs-bda144f49f2ba0f467054530a21e39ec7b7575fa.tar.gz
updates for version 19.29 made by melissa; also needed to check out files
so two-volume formatting could be accomplished.
Diffstat (limited to 'lispref/commands.texi')
-rw-r--r--lispref/commands.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/commands.texi b/lispref/commands.texi
index c03e9169ad6..a8bfe36eb3f 100644
--- a/lispref/commands.texi
+++ b/lispref/commands.texi
@@ -1276,7 +1276,7 @@ The standard definition of the @code{delete-frame} event is to delete @var{frame
@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 iconified, Emacs has no work to do.
+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.