]> git.eshelyaron.com Git - emacs.git/commitdiff
make-frame-visible event was misdescribed as deiconify-frame.
authorRichard M. Stallman <rms@gnu.org>
Fri, 16 Jun 1995 22:59:48 +0000 (22:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 16 Jun 1995 22:59:48 +0000 (22:59 +0000)
lispref/commands.texi

index a8bfe36eb3f85e203d24957fbb46ac69b8709fcc..5a21ac378701aeaa5337e4167b3f08c2f594e58b 100644 (file)
@@ -1280,8 +1280,8 @@ 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.
 
-@cindex @code{deiconify-frame} event
-@item (deiconify-frame (@var{frame}))
+@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.