1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

make-frame-visible event was misdescribed as deiconify-frame.

This commit is contained in:
Richard M. Stallman 1995-06-16 22:59:48 +00:00
parent 5f48fc17d1
commit 1774d17ed0

View 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.