emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/frames.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/frames.texi,v
Date: Wed, 29 Nov 2006 15:07:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/11/29 15:07:41

Index: frames.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/frames.texi,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- frames.texi 10 Nov 2006 07:39:08 -0000      1.116
+++ frames.texi 29 Nov 2006 15:07:41 -0000      1.117
@@ -1203,17 +1203,19 @@
 @cindex frame visibility
 
 A window frame may be @dfn{visible}, @dfn{invisible}, or
address@hidden  If it is visible, you can see its contents.  If it is
-iconified, the frame's contents do not appear on the screen, but an icon
-does.  If the frame is invisible, it doesn't show on the screen, not
-even as an icon.
address@hidden  If it is visible, you can see its contents, unless
+other windows cover it.  If it is iconified, the frame's contents do
+not appear on the screen, but an icon does.  If the frame is
+invisible, it doesn't show on the screen, not even as an icon.
 
 Visibility is meaningless for terminal frames, since only the selected
 one is actually displayed in any case.
 
 @deffn Command make-frame-visible &optional frame
-This function makes frame @var{frame} visible.  If you omit @var{frame},
-it makes the selected frame visible.
+This function makes frame @var{frame} visible.  If you omit
address@hidden, it makes the selected frame visible.  This does not raise
+the frame, but you can do that with @code{raise-frame} if you wish
+(@pxref{Raising and Lowering}).
 @end deffn
 
 @deffn Command make-frame-invisible &optional frame force




reply via email to

[Prev in Thread] Current Thread [Next in Thread]