diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-05-08 18:10:05 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-05-08 18:10:05 +0000 |
commit | 23b98b71bb8b60bc78c592758a667f338290b4f7 (patch) | |
tree | 6c11c9feac2df7ad048813fafd9b7f0b4cd5b829 /doc/emacs/killing.texi | |
parent | 1bcfc24e3c91cbcbd4cb9d3cf68cd497f095b38d (diff) | |
download | emacs-23b98b71bb8b60bc78c592758a667f338290b4f7.tar.gz |
(Appending Kills): Remove a strangely off-topic index entry.
Diffstat (limited to 'doc/emacs/killing.texi')
-rw-r--r-- | doc/emacs/killing.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index 5bcac6a1140..99753aaccac 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi @@ -331,7 +331,6 @@ alter the undo history and does not temporarily change the screen. @subsection Appending Kills @cindex appending kills in the ring -@cindex television Normally, each kill command pushes a new entry onto the kill ring. However, two or more kill commands in a row combine their text into a single entry, so that a single @kbd{C-y} yanks all the text as a unit, |