aboutsummaryrefslogtreecommitdiffstats
path: root/doc/emacs
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-03-28 19:03:56 +0000
committerChong Yidong <[email protected]>2008-03-28 19:03:56 +0000
commita4fd86b1819b3d9e866843b21200062a08d723e0 (patch)
treee344d05999a07173e17ec73b47a1989ffaabba90 /doc/emacs
parenta7cdd618bf731c10494282c3f912465ff22ab717 (diff)
(Mouse Commands): Treat Transient Mark mode as the default.
Diffstat (limited to 'doc/emacs')
-rw-r--r--doc/emacs/frames.texi11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 0c0ba68907..ccea345d13 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -184,13 +184,12 @@ variable also affects yanking the secondary selection.
@cindex Delete Selection mode
@cindex mode, Delete Selection
@findex delete-selection-mode
- Many graphical applications follow the convention that insertion while text
-is selected deletes the selected text. You can make Emacs behave this
-way by enabling Delete Selection mode---with @kbd{M-x
+ Many graphical applications follow the convention that insertion
+while text is selected deletes the selected text. You can make Emacs
+behave this way by enabling Delete Selection mode---with @kbd{M-x
delete-selection-mode} or using Custom. Another effect of this mode
-is that @key{DEL}, @kbd{C-d} and some other keys, when a selection
-exists, will kill the whole selection. It also enables Transient Mark
-mode (@pxref{Transient Mark}).
+is that some keys, such as @key{DEL} and @kbd{C-d}, kill the region if
+one exists.
@node Cut/Paste Other App
@subsection Cut and Paste with Other Window Applications