aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog11
-rw-r--r--doc/lispref/frames.texi7
2 files changed, 13 insertions, 5 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index dd57b11860a..3313a74158d 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,8 +1,13 @@
12009-02-11 Glenn Morris <rgm@gnu.org>
2
3 * frames.texi (Visibility of Frames): Mention the effect multiple
4 workspaces/desktops can have on visibility.
5
12009-02-07 Eli Zaretskii <eliz@gnu.org> 62009-02-07 Eli Zaretskii <eliz@gnu.org>
2 7
3 * text.texi (Commands for Insertion): 8 * text.texi (Commands for Insertion):
4 * commands.texi (Event Mod): 9 * commands.texi (Event Mod):
5 * keymaps.texi (Searching Keymaps): 10 * keymaps.texi (Searching Keymaps):
6 * nonascii.texi (Translation of Characters): Reinstate 11 * nonascii.texi (Translation of Characters): Reinstate
7 documentation of translation-table-for-input. 12 documentation of translation-table-for-input.
8 (Explicit Encoding): Document the `charset' text property produced 13 (Explicit Encoding): Document the `charset' text property produced
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 3e0367f0268..d369be154d8 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -1416,8 +1416,11 @@ position consistent with the new selected frame.
1416A window frame may be @dfn{visible}, @dfn{invisible}, or 1416A window frame may be @dfn{visible}, @dfn{invisible}, or
1417@dfn{iconified}. If it is visible, you can see its contents, unless 1417@dfn{iconified}. If it is visible, you can see its contents, unless
1418other windows cover it. If it is iconified, the frame's contents do 1418other windows cover it. If it is iconified, the frame's contents do
1419not appear on the screen, but an icon does. If the frame is 1419not appear on the screen, but an icon does. (Note: because of the
1420invisible, it doesn't show on the screen, not even as an icon. 1420way in which some window managers implement the concept of multiple
1421workspaces, or desktops, all frames on other workspaces may appear to
1422Emacs to be iconified.) If the frame is invisible, it doesn't show on
1423the screen, not even as an icon.
1421 1424
1422Visibility is meaningless for terminal frames, since only the selected 1425Visibility is meaningless for terminal frames, since only the selected
1423one is actually displayed in any case. 1426one is actually displayed in any case.