diff options
author | Richard M. Stallman <rms@gnu.org> | 2008-01-04 05:39:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2008-01-04 05:39:48 +0000 |
commit | f7fdcecd7e456cfecd71d62cfb1c0d9642b85ca9 (patch) | |
tree | 1e7cc38bccfef5cec2646fc632e88a5d30d4bf54 /lisp/delsel.el | |
parent | 0f27a1fd6aa0090620f52034f87e9ca5b26843a6 (diff) | |
download | emacs-f7fdcecd7e456cfecd71d62cfb1c0d9642b85ca9.tar.gz |
(delete-selection-mode): Doc fix.
Diffstat (limited to 'lisp/delsel.el')
-rw-r--r-- | lisp/delsel.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/delsel.el b/lisp/delsel.el index e33dac6c2f9..53b13c23b6f 100644 --- a/lisp/delsel.el +++ b/lisp/delsel.el @@ -59,8 +59,8 @@ ;;;###autoload (define-minor-mode delete-selection-mode "Toggle Delete Selection mode. -With prefix ARG, turn Delete Selection mode on if and only if ARG is -positive. +With prefix ARG, turn Delete Selection mode on if ARG is +positive, off if ARG is not positive. When Delete Selection mode is enabled, Transient Mark mode is also enabled and typed text replaces the selection if the selection is |