]> git.eshelyaron.com Git - emacs.git/commitdiff
(Mouse Commands): Move most of the description of Delete Selection
authorChong Yidong <cyd@stupidchicken.com>
Mon, 17 Nov 2008 16:39:17 +0000 (16:39 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 17 Nov 2008 16:39:17 +0000 (16:39 +0000)
Mode to Using Region, and link to it.

doc/emacs/frames.texi

index 24c6a2ca662d689b7499108e2eadf3919d218204..415c7eedfab79db29241ec9708cf918190d4e1e1 100644 (file)
@@ -190,10 +190,8 @@ shift-selection (@pxref{Shift Selection}).
 @findex delete-selection-mode
   Many graphical applications also follow the convention that
 insertion while text is selected deletes the selected text.  You can
-make Emacs behave this way by typing @kbd{M-x delete-selection-mode}.
-This enables a minor mode named Delete Selection mode.  Another effect
-of this mode is that some keys, such as @key{DEL} and @kbd{C-d},
-always kill the region if one exists.
+make Emacs behave this way by enabling Delete Selection mode.
+@xref{Using Region}.
 
 @node Word and Line Mouse
 @subsection Mouse Commands for Words and Lines