changeset 12285:1aad1cc93e3f

make-frame-visible event was misdescribed as deiconify-frame.
author Richard M. Stallman <rms@gnu.org>
date Fri, 16 Jun 1995 22:59:48 +0000
parents 07a76f045154
children 723569a0028c
files lispref/commands.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/commands.texi	Fri Jun 16 22:24:42 1995 +0000
+++ b/lispref/commands.texi	Fri Jun 16 22:59:48 1995 +0000
@@ -1280,8 +1280,8 @@
 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.