diff options
| author | Chong Yidong | 2008-05-08 18:08:55 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-05-08 18:08:55 +0000 |
| commit | 14e9a35f3ebae566f8158c1aef053d0aecab0582 (patch) | |
| tree | e53fac4b37d4f3c583b694100f03f391e02f4854 | |
| parent | ab7a60adca553313f401f510c7823ffd27d44bd3 (diff) | |
| download | emacs-14e9a35f3ebae566f8158c1aef053d0aecab0582.tar.gz emacs-14e9a35f3ebae566f8158c1aef053d0aecab0582.zip | |
(Appending Kills): Remove a strangely off-topic index entry.
| -rw-r--r-- | man/killing.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/man/killing.texi b/man/killing.texi index f4a4a185a66..446597edba1 100644 --- a/man/killing.texi +++ b/man/killing.texi | |||
| @@ -329,7 +329,6 @@ alter the undo history and does not temporarily change the screen. | |||
| 329 | @subsection Appending Kills | 329 | @subsection Appending Kills |
| 330 | 330 | ||
| 331 | @cindex appending kills in the ring | 331 | @cindex appending kills in the ring |
| 332 | @cindex television | ||
| 333 | Normally, each kill command pushes a new entry onto the kill ring. | 332 | Normally, each kill command pushes a new entry onto the kill ring. |
| 334 | However, two or more kill commands in a row combine their text into a | 333 | However, two or more kill commands in a row combine their text into a |
| 335 | single entry, so that a single @kbd{C-y} yanks all the text as a unit, | 334 | single entry, so that a single @kbd{C-y} yanks all the text as a unit, |