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
commit7b32ce43068ca92036d598a2e3576a9b39ca6289 (patch)
tree18d123a44123fb9e2f3d41a05a95ad60ef6b433b /lispref/commands.texi
parente551537bd8761cfd9fff6010612c2c1cf0bf1faa (diff)
downloademacs-7b32ce43068ca92036d598a2e3576a9b39ca6289.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.