diff options
author | Xue Fuqiao <xfq@gnu.org> | 2014-03-02 16:54:32 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq@gnu.org> | 2014-03-02 16:54:32 +0800 |
commit | 308d541018a6810688bdf150a6a96456bc067436 (patch) | |
tree | e25676a584a94dd1bb2d02cf54cc6a64e14628ae /doc | |
parent | d2b94b157caca1893f610ed65d824ce92fd18625 (diff) | |
download | emacs-308d541018a6810688bdf150a6a96456bc067436.tar.gz |
Document `rectangle-mark-mode'.
* doc/emacs/mark.texi (Mark):
* doc/emacs/killing.texi (Rectangles): Document `rectangle-mark-mode'.
* etc/NEWS: Related edit.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | doc/emacs/killing.texi | 7 | ||||
-rw-r--r-- | doc/emacs/mark.texi | 3 |
3 files changed, 15 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index a99ff76ccb5..2269349401c 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2014-03-02 Xue Fuqiao <xfq@gnu.org> + + * mark.texi (Mark): + * killing.texi (Rectangles): Document `rectangle-mark-mode'. + 2014-03-01 Glenn Morris <rgm@gnu.org> * search.texi (Query Replace): Mention search-invisible. 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 diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi index 7c3a9a43811..2f7ea3b4e9b 100644 --- a/doc/emacs/mark.texi +++ b/doc/emacs/mark.texi @@ -43,6 +43,9 @@ Ordinarily, only the selected window highlights its region; however, if the variable @code{highlight-nonselected-windows} is non-@code{nil}, each window highlights its own region. + There is another kind of region: the ``rectangular region''. +@xref{Rectangles}. + @menu * Setting Mark:: Commands to set the mark. * Marking Objects:: Commands to put region around textual units. |