diff options
Diffstat (limited to 'doc/emacs/frames.texi')
-rw-r--r-- | doc/emacs/frames.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 0c994078327..9dc2eef2d3c 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -388,7 +388,6 @@ make any window smaller than the minimum height. frame has only one window, it does nothing. @item C-mouse-2 -@kindex C-mouse-2 @r{(mode line)} @kbd{C-mouse-2} on a mode line splits that window, producing two side-by-side windows with the boundary running through the click position (@pxref{Split Window}). @@ -465,7 +464,6 @@ error if there is only one frame. @item C-z @kindex C-z @r{(X windows)} -@findex suspend-frame Minimize (or iconify) the selected Emacs frame (@code{suspend-frame}). @xref{Exiting}. @@ -1301,11 +1299,11 @@ Operation}. On graphical terminals, the mouse pointer may obscure the text in the Emacs frame. Emacs provides two methods to avoid this problem. -@vindex make-pointer-invisible Firstly, Emacs hides the mouse pointer each time you type a self-inserting character, if the pointer lies inside an Emacs frame; moving the mouse pointer makes it visible again. To disable this feature, set the variable @code{make-pointer-invisible} to @code{nil}. +@xref{Display Custom}. @vindex mouse-avoidance-mode Secondly, you can use Mouse Avoidance mode, a minor mode, to keep |