Mercurial > hg > xemacs-beta
comparison man/new-users-guide/region.texi @ 394:7d59cb494b73 r21-2-12
Import from CVS: tag r21-2-12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:11:37 +0200 |
parents | cc15677e0335 |
children | de805c49cfc1 |
comparison
equal
deleted
inserted
replaced
393:2e030b8965b1 | 394:7d59cb494b73 |
---|---|
154 @cindex moving text | 154 @cindex moving text |
155 @kindex C-y | 155 @kindex C-y |
156 The most common way to move or copy text in Emacs is through | 156 The most common way to move or copy text in Emacs is through |
157 @dfn{killing} or @samp{cutting} it and then @dfn{yanking} or | 157 @dfn{killing} or @samp{cutting} it and then @dfn{yanking} or |
158 @samp{pasting} it. You can also use the @b{Cut} or @b{Copy} option from | 158 @samp{pasting} it. You can also use the @b{Cut} or @b{Copy} option from |
159 the @b{Edit} menu for killing and copying respectively. @xref{Edit menu} | 159 the @b{Edit} menu for killing and copying respectively. @xref{Edit menu}, |
160 for reviewing the commands for killing text. All the killed text | 160 for reviewing the commands for killing text. All the killed text |
161 in Emacs is recorded in the @dfn{kill ring}. Since there is only one | 161 in Emacs is recorded in the @dfn{kill ring}. Since there is only one |
162 kill ring in Emacs, you can kill text in one buffer and yank it in | 162 kill ring in Emacs, you can kill text in one buffer and yank it in |
163 another buffer. To @samp{paste} or | 163 another buffer. To @samp{paste} or |
164 @samp{yank} the killed text you can use the following commands: | 164 @samp{yank} the killed text you can use the following commands: |