projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3cbb35
)
(delete-selection-mode): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 6 Jul 1997 23:51:30 +0000
(23:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 6 Jul 1997 23:51:30 +0000
(23:51 +0000)
lisp/delsel.el
patch
|
blob
|
history
diff --git
a/lisp/delsel.el
b/lisp/delsel.el
index ffd7a3982ec3a68607f74e63a5a07dd769d8f4ce..28cc758c31edf0d9b9bbf0e10724b555ddac7b6c 100644
(file)
--- a/
lisp/delsel.el
+++ b/
lisp/delsel.el
@@
-93,6
+93,9
@@
insertion commands first delete the region and then insert.")
When ON, typed text replaces the selection if the selection is active.
When OFF, typed text is just inserted at point.
+Delete Selection mode works only when Transient Mark mode is enabled.
+Use \\[transient-mark-mode] to enable or disable Transient Mark mode.
+
A positive argument turns the mode on, negative argument turns it off,
and no argument (or nil) toggles the mode."
(interactive "P")