1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-19 04:21:45 -07:00

(Mouse Commands): Move most of the description of Delete Selection

Mode to Using Region, and link to it.
This commit is contained in:
Chong Yidong 2008-11-17 16:39:17 +00:00
parent d85f75e285
commit 345fc77049

View 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