diff options
Diffstat (limited to 'doc/emacs/killing.texi')
-rw-r--r-- | doc/emacs/killing.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index 1826c668aa5..48d7f93396b 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi @@ -839,6 +839,13 @@ rectangle shifts right. @code{string-rectangle}, but inserts the string on each line, shifting the original text to the right. +@findex rectangle-mark-mode +@cindex rectangular region + The command @kbd{C-x SPC} (@code{rectangle-mark-mode}) makes a +@dfn{rectangular region}. It is a new feature introduced in GNU Emacs +24.4, and most commands now are still unaware of it, but kill and yank +(@pxref{Killing}) do work on the rectangle. + @node CUA Bindings @section CUA Bindings @findex cua-mode |