aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-06 23:51:30 +0000
committerRichard M. Stallman1997-07-06 23:51:30 +0000
commit70e87c4b4dde41d27bddf2188a0249445750fe64 (patch)
tree698413f2ffa0e1fe3e945470fd6f50301367c57b
parente3cbb35e6721a9e9e42f0db93586f68a35f20f2c (diff)
downloademacs-70e87c4b4dde41d27bddf2188a0249445750fe64.tar.gz
emacs-70e87c4b4dde41d27bddf2188a0249445750fe64.zip
(delete-selection-mode): Doc fix.
-rw-r--r--lisp/delsel.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/delsel.el b/lisp/delsel.el
index ffd7a3982ec..28cc758c31e 100644
--- a/lisp/delsel.el
+++ b/lisp/delsel.el
@@ -93,6 +93,9 @@ insertion commands first delete the region and then insert.")
93When ON, typed text replaces the selection if the selection is active. 93When ON, typed text replaces the selection if the selection is active.
94When OFF, typed text is just inserted at point. 94When OFF, typed text is just inserted at point.
95 95
96Delete Selection mode works only when Transient Mark mode is enabled.
97Use \\[transient-mark-mode] to enable or disable Transient Mark mode.
98
96A positive argument turns the mode on, negative argument turns it off, 99A positive argument turns the mode on, negative argument turns it off,
97and no argument (or nil) toggles the mode." 100and no argument (or nil) toggles the mode."
98 (interactive "P") 101 (interactive "P")