summaryrefslogtreecommitdiff
path: root/lisp/delsel.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2017-12-27 20:23:10 +0200
committerEli Zaretskii <eliz@gnu.org>2017-12-27 20:23:10 +0200
commit5b38406491917887f67684aacacc73af74d736a9 (patch)
tree3916da381fc86e4937a88ca3250163980ace9301 /lisp/delsel.el
parentfd358049719d203d33e6d23d2179aab06c71b49a (diff)
downloademacs-5b38406491917887f67684aacacc73af74d736a9.tar.gz
Fix documentation of delsel and of killing text
* doc/emacs/killing.texi (Appending Kills): Make sure the text with 2 spaces is not broken between 2 lines. * doc/emacs/mark.texi (Using Region): Remove the sentence about delsel mode that describes behavior which exists even without delsel mode turned on. Suggested by Petteri Hintsanen <petterih@iki.fi> in emacs-manual-bugs@gnu.org. * lisp/delsel.el (delete-selection-mode): Doc fix.
Diffstat (limited to 'lisp/delsel.el')
-rw-r--r--lisp/delsel.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/delsel.el b/lisp/delsel.el
index 65b2cb85cea..3e02d950274 100644
--- a/lisp/delsel.el
+++ b/lisp/delsel.el
@@ -79,8 +79,7 @@ a non-positive integer, and enable the mode otherwise
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. Also, commands that normally delete
-just one character will delete the entire selection instead.
+point regardless of any selection.
See `delete-selection-helper' and `delete-selection-pre-hook' for
information on adapting behavior of commands in Delete Selection mode."