summaryrefslogtreecommitdiff
path: root/doc/emacs/killing.texi
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 /doc/emacs/killing.texi
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 'doc/emacs/killing.texi')
-rw-r--r--doc/emacs/killing.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi
index 5165881739f..6de0a142cfa 100644
--- a/doc/emacs/killing.texi
+++ b/doc/emacs/killing.texi
@@ -415,10 +415,10 @@ This is a line @point{}of sample text.
@noindent
with point shown by @point{}. If you type @kbd{M-d M-@key{DEL} M-d
M-@key{DEL}}, killing alternately forward and backward, you end up with
-@samp{a line of sample} as one entry in the kill ring, and @samp{This
-is@ @ text.} in the buffer. (Note the double space between @samp{is}
-and @samp{text}, which you can clean up with @kbd{M-@key{SPC}} or
-@kbd{M-q}.)
+@samp{a line of sample} as one entry in the kill ring, and
+@w{@samp{This is@ @ text.}} in the buffer. (Note the double space
+between @samp{is} and @samp{text}, which you can clean up with
+@kbd{M-@key{SPC}} or @kbd{M-q}.)
Another way to kill the same text is to move back two words with
@kbd{M-b M-b}, then kill all four words forward with @kbd{C-u M-d}.