diff options
author | Glenn Morris <rgm@gnu.org> | 2014-01-30 23:28:17 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-01-30 23:28:17 -0800 |
commit | a69ecd19fe9ea522f7266b6852e2d6d080a192c2 (patch) | |
tree | 20280e41ec19993fdbe6fd50b1881ba29d0f71a2 /lisp/delsel.el | |
parent | 9997d7e3e3530043d3b924a11fad658b88016d87 (diff) | |
download | emacs-a69ecd19fe9ea522f7266b6852e2d6d080a192c2.tar.gz |
Delete Selection mode doc updates
* lisp/delsel.el (delete-selection-mode): Doc fix.
* doc/misc/efaq.texi (Replacing highlighted text):
Update delete-selection-mode doc.
* etc/NEWS: Related edit.
Diffstat (limited to 'lisp/delsel.el')
-rw-r--r-- | lisp/delsel.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/delsel.el b/lisp/delsel.el index fdf00236235..5c3d638f16c 100644 --- a/lisp/delsel.el +++ b/lisp/delsel.el @@ -64,10 +64,9 @@ With a prefix argument ARG, enable Delete Selection mode if ARG is positive, and disable it otherwise. If called from Lisp, enable the mode if ARG is omitted or nil. -When Delete Selection mode is enabled, Transient Mark mode is also -enabled and typed text replaces the selection if the selection is -active. Otherwise, typed text is just inserted at point regardless of -any selection." +When Delete Selection mode is enabled, typed text replaces the selection +if the selection is active. Otherwise, typed text is just inserted at +point regardless of any selection." :global t :group 'editing-basics (if (not delete-selection-mode) (remove-hook 'pre-command-hook 'delete-selection-pre-hook) |