diff options
| -rw-r--r-- | doc/emacs/killing.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index 9c9b85aa3d0..6efcc9d35de 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi | |||
| @@ -909,8 +909,8 @@ any direction. Normal text you type is inserted to the left or right | |||
| 909 | of each line in the rectangle (on the same side as the cursor). | 909 | of each line in the rectangle (on the same side as the cursor). |
| 910 | 910 | ||
| 911 | You can use this rectangle support without activating CUA by calling the | 911 | You can use this rectangle support without activating CUA by calling the |
| 912 | @code{cua-rectangle-mark-mode} command. But see also the standard | 912 | @code{cua-rectangle-mark-mode} command. There's also the standard command |
| 913 | @code{rectangle-mark-mode}. @xref{Rectangles}. | 913 | @code{rectangle-mark-mode}, see @ref{Rectangles}. |
| 914 | 914 | ||
| 915 | With CUA you can easily copy text and rectangles into and out of | 915 | With CUA you can easily copy text and rectangles into and out of |
| 916 | registers by providing a one-digit numeric prefix to the kill, copy, | 916 | registers by providing a one-digit numeric prefix to the kill, copy, |