summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-16 22:59:48 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-16 22:59:48 +0000
commit5ea53a8c4fac656b7d011ae561b1802c196888e4 (patch)
tree6f61cda8a0b319cf3d9a156f786a20d9b42f4976 /lispref
parent5d765f41b32880189c11bbe1dc89573ccd418d2f (diff)
downloademacs-5ea53a8c4fac656b7d011ae561b1802c196888e4.tar.gz
make-frame-visible event was misdescribed as deiconify-frame.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/commands.texi4
1 files 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.