aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-06-28 05:15:44 +0000
committerRichard M. Stallman <[email protected]>1994-06-28 05:15:44 +0000
commit79e6ae333e560fa055ecf1261f3e658fe16a862f (patch)
treefb2fc49a7794f2308f9ddb368b3683b4031fe37b
parentb4d8de7df4cb6d2d1f5f36801b8687336edcb4ee (diff)
(auto-lower-mode, auto-raise-mode): Doc fixes.
-rw-r--r--lisp/frame.el12
1 files changed, 10 insertions, 2 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 524a9f3d8a..551f35172d 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -551,7 +551,11 @@ When called interactively, prompt for the name of the color to use."
(defun auto-raise-mode (arg)
"Toggle whether or not the selected frame should auto-raise.
-With arg, turn auto-raise mode on if and only if arg is positive."
+With arg, turn auto-raise mode on if and only if arg is positive.
+Note that this controls Emacs's own auto-raise feature.
+Some window managers allow you to enable auto-raise for certain windows.
+You can use that for Emacs windows if you wish, but if you do,
+that is beyond the control of Emacs and this command has no effect on it."
(interactive "P")
(if (null arg)
(setq arg
@@ -562,7 +566,11 @@ With arg, turn auto-raise mode on if and only if arg is positive."
(defun auto-lower-mode (arg)
"Toggle whether or not the selected frame should auto-lower.
-With arg, turn auto-lower mode on if and only if arg is positive."
+With arg, turn auto-lower mode on if and only if arg is positive.
+Note that this controls Emacs's own auto-lower feature.
+Some window managers allow you to enable auto-lower for certain windows.
+You can use that for Emacs windows if you wish, but if you do,
+that is beyond the control of Emacs and this command has no effect on it."
(interactive "P")
(if (null arg)
(setq arg