aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-07-18 15:17:06 +0000
committerEli Zaretskii2001-07-18 15:17:06 +0000
commitd7d7da3780dbdf404a49aaa6791c6cb82234f623 (patch)
treeed0178663a1ab763c9b26b87a63cb7944a63072b
parente0300d338fd65acf7956c008cac6866196590797 (diff)
downloademacs-d7d7da3780dbdf404a49aaa6791c6cb82234f623.tar.gz
emacs-d7d7da3780dbdf404a49aaa6791c6cb82234f623.zip
Add a missing word.
-rw-r--r--man/killing.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/killing.texi b/man/killing.texi
index c3d6930c56c..423b875f33a 100644
--- a/man/killing.texi
+++ b/man/killing.texi
@@ -577,9 +577,9 @@ commands have to be used and yank-popping is hard to make sense of.
577(@code{yank-rectangle}). Yanking a rectangle is the opposite of killing 577(@code{yank-rectangle}). Yanking a rectangle is the opposite of killing
578one. Point specifies where to put the rectangle's upper left corner. 578one. Point specifies where to put the rectangle's upper left corner.
579The rectangle's first line is inserted there, the rectangle's second 579The rectangle's first line is inserted there, the rectangle's second
580line is inserted at the same horizontal, but one line vertically down, 580line is inserted at the same horizontal position, but one line
581and so on. The number of lines affected is determined by the height of 581vertically down, and so on. The number of lines affected is determined
582the saved rectangle. 582by the height of the saved rectangle.
583 583
584 You can convert single-column lists into double-column lists using 584 You can convert single-column lists into double-column lists using
585rectangle killing and yanking; kill the second half of the list as a 585rectangle killing and yanking; kill the second half of the list as a