]> git.eshelyaron.com Git - emacs.git/commitdiff
(Visibility of Frames): Explain visible windows
authorRichard M. Stallman <rms@gnu.org>
Wed, 29 Nov 2006 15:07:46 +0000 (15:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 29 Nov 2006 15:07:46 +0000 (15:07 +0000)
can be covered by others.  Add xref for raise-frame.

lispref/ChangeLog
lispref/frames.texi

index 54357845eda0fb89ab5c3ddd8043c8fb690999fa..312932c591a7023109cd8608c1e8252c6e504d77 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-29  Richard Stallman  <rms@gnu.org>
+
+       * frames.texi (Visibility of Frames): Explain visible windows
+       can be covered by others.  Add xref for raise-frame.
+
 2006-11-28  Richard Stallman  <rms@gnu.org>
 
        * searching.texi (Regexp Special): Update when ^ is special.
index 364f7d480e1d34fc2bae87c10f53e47865c2f2c9..f27aa35432c00c3823c9fe836fbab681eee0ce5f 100644 (file)
@@ -1203,17 +1203,19 @@ moved by the OS to the selected frame.)
 @cindex frame visibility
 
 A window frame may be @dfn{visible}, @dfn{invisible}, or
-@dfn{iconified}.  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.
+@dfn{iconified}.  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
+@var{frame}, 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