diff options
Diffstat (limited to 'man/frames.texi')
-rw-r--r-- | man/frames.texi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/man/frames.texi b/man/frames.texi index 0d28572c1ac..f25399e071b 100644 --- a/man/frames.texi +++ b/man/frames.texi @@ -510,8 +510,10 @@ Here's a similar example for specifying a foreground color: @kindex C-z @r{(X windows)} @findex iconify-or-deiconify-frame Iconify the selected Emacs frame (@code{iconify-or-deiconify-frame}). -The normal meaning of @kbd{C-z}, to suspend Emacs, is not useful under a -window system, so it has a different binding in that case. +The normal meaning of @kbd{C-z}, to suspend Emacs, is not useful under +a graphical display that allows multiple applications to operate +simultaneously in their own windies, so Emacs gives @kbd{C-z} a +different binding in that case. If you type this command on an Emacs frame's icon, it deiconifies the frame. @@ -967,8 +969,8 @@ customizing the windows that display tooltips. @cindex mouse avoidance @vindex mouse-avoidance-mode -Mouse Avoidance mode keeps the window system mouse pointer away from -point, to avoid obscuring text. Whenever it moves the mouse, it also +Mouse Avoidance mode keeps the mouse pointer away from point, to avoid +obscuring text you want to edit. Whenever it moves the mouse, it also raises the frame. To use Mouse Avoidance mode, customize the variable @code{mouse-avoidance-mode}. You can set this to various values to move the mouse in several ways: |