From 1774d17ed0eee745ad7970af5edb6f6e505642cf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 16 Jun 1995 22:59:48 +0000 Subject: [PATCH] make-frame-visible event was misdescribed as deiconify-frame. --- lispref/commands.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lispref/commands.texi b/lispref/commands.texi index a8bfe36eb3f..5a21ac37870 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi @@ -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. -- 2.39.2