comparison man/frames.texi @ 68689:05a209d3a8c2

Minor cleanups. "Graphical display", not window system.
author Richard M. Stallman <rms@gnu.org>
date Tue, 07 Feb 2006 23:52:35 +0000
parents dc2d5a6655a3
children 0bd1d58e9cb0 b98066f4aa10 c5406394f567
comparison
equal deleted inserted replaced
68688:1cfffe48ae02 68689:05a209d3a8c2
508 @table @kbd 508 @table @kbd
509 @item C-z 509 @item C-z
510 @kindex C-z @r{(X windows)} 510 @kindex C-z @r{(X windows)}
511 @findex iconify-or-deiconify-frame 511 @findex iconify-or-deiconify-frame
512 Iconify the selected Emacs frame (@code{iconify-or-deiconify-frame}). 512 Iconify the selected Emacs frame (@code{iconify-or-deiconify-frame}).
513 The normal meaning of @kbd{C-z}, to suspend Emacs, is not useful under a 513 The normal meaning of @kbd{C-z}, to suspend Emacs, is not useful under
514 window system, so it has a different binding in that case. 514 a graphical display that allows multiple applications to operate
515 simultaneously in their own windies, so Emacs gives @kbd{C-z} a
516 different binding in that case.
515 517
516 If you type this command on an Emacs frame's icon, it deiconifies the frame. 518 If you type this command on an Emacs frame's icon, it deiconifies the frame.
517 519
518 @item C-x 5 0 520 @item C-x 5 0
519 @kindex C-x 5 0 521 @kindex C-x 5 0
965 @section Mouse Avoidance 967 @section Mouse Avoidance
966 @cindex avoiding mouse in the way of your typing 968 @cindex avoiding mouse in the way of your typing
967 @cindex mouse avoidance 969 @cindex mouse avoidance
968 970
969 @vindex mouse-avoidance-mode 971 @vindex mouse-avoidance-mode
970 Mouse Avoidance mode keeps the window system mouse pointer away from 972 Mouse Avoidance mode keeps the mouse pointer away from point, to avoid
971 point, to avoid obscuring text. Whenever it moves the mouse, it also 973 obscuring text you want to edit. Whenever it moves the mouse, it also
972 raises the frame. To use Mouse Avoidance mode, customize the variable 974 raises the frame. To use Mouse Avoidance mode, customize the variable
973 @code{mouse-avoidance-mode}. You can set this to various values to 975 @code{mouse-avoidance-mode}. You can set this to various values to
974 move the mouse in several ways: 976 move the mouse in several ways:
975 977
976 @table @code 978 @table @code