comparison man/regs.texi @ 38954:5c282c7df1cf

Minor clarifications.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Aug 2001 20:44:44 +0000
parents 2db5f7aaa215
children dca37162945a
comparison
equal deleted inserted replaced
38953:41ebc22562e0 38954:5c282c7df1cf
88 @findex copy-to-register 88 @findex copy-to-register
89 @findex insert-register 89 @findex insert-register
90 @kbd{C-x r s @var{r}} stores a copy of the text of the region into 90 @kbd{C-x r s @var{r}} stores a copy of the text of the region into
91 the register named @var{r}. @kbd{C-u C-x r s @var{r}}, the same 91 the register named @var{r}. @kbd{C-u C-x r s @var{r}}, the same
92 command with a numeric argument, deletes the text from the buffer as 92 command with a numeric argument, deletes the text from the buffer as
93 well. 93 well; you can think of this as ``moving'' the region text into the register.
94 94
95 @kbd{C-x r i @var{r}} inserts in the buffer the text from register 95 @kbd{C-x r i @var{r}} inserts in the buffer the text from register
96 @var{r}. Normally it leaves point before the text and places the mark 96 @var{r}. Normally it leaves point before the text and places the mark
97 after, but with a numeric argument (@kbd{C-u}) it puts point after the 97 after, but with a numeric argument (@kbd{C-u}) it puts point after the
98 text and the mark before. 98 text and the mark before.
245 245
246 @kindex C-x r l 246 @kindex C-x r l
247 To display a list of all your bookmarks in a separate buffer, type 247 To display a list of all your bookmarks in a separate buffer, type
248 @kbd{C-x r l} (@code{list-bookmarks}). If you switch to that buffer, 248 @kbd{C-x r l} (@code{list-bookmarks}). If you switch to that buffer,
249 you can use it to edit your bookmark definitions or annotate the 249 you can use it to edit your bookmark definitions or annotate the
250 bookmarks. Type @kbd{C-h m} in that buffer for more information about 250 bookmarks. Type @kbd{C-h m} in the bookmark buffer for more
251 its special editing commands. 251 information about its special editing commands.
252 252
253 When you kill Emacs, Emacs offers to save your bookmark values in your 253 When you kill Emacs, Emacs offers to save your bookmark values in your
254 default bookmark file, @file{~/.emacs.bmk}, if you have changed any 254 default bookmark file, @file{~/.emacs.bmk}, if you have changed any
255 bookmark values. You can also save the bookmarks at any time with the 255 bookmark values. You can also save the bookmarks at any time with the
256 @kbd{M-x bookmark-save} command. The bookmark commands load your 256 @kbd{M-x bookmark-save} command. The bookmark commands load your