aboutsummaryrefslogtreecommitdiffstats
path: root/man/regs.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2001-08-25 20:44:44 +0000
committerRichard M. Stallman <[email protected]>2001-08-25 20:44:44 +0000
commit1f7ebf7cbbb9cb816a358dc80f094494d1ffb545 (patch)
treed461e25c22ca668b743b00abe54f0ab8b6660fec /man/regs.texi
parentcd30a00e854ab2b7f1388ea1ac726ac76c1a078f (diff)
Minor clarifications.
Diffstat (limited to 'man/regs.texi')
-rw-r--r--man/regs.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/regs.texi b/man/regs.texi
index 6052e04a71..40ffb472e6 100644
--- a/man/regs.texi
+++ b/man/regs.texi
@@ -90,7 +90,7 @@ Insert text from register @var{r} (@code{insert-register}).
@kbd{C-x r s @var{r}} stores a copy of the text of the region into
the register named @var{r}. @kbd{C-u C-x r s @var{r}}, the same
command with a numeric argument, deletes the text from the buffer as
-well.
+well; you can think of this as ``moving'' the region text into the register.
@kbd{C-x r i @var{r}} inserts in the buffer the text from register
@var{r}. Normally it leaves point before the text and places the mark
@@ -247,8 +247,8 @@ to the position of the bookmark at the same time.
To display a list of all your bookmarks in a separate buffer, type
@kbd{C-x r l} (@code{list-bookmarks}). If you switch to that buffer,
you can use it to edit your bookmark definitions or annotate the
-bookmarks. Type @kbd{C-h m} in that buffer for more information about
-its special editing commands.
+bookmarks. Type @kbd{C-h m} in the bookmark buffer for more
+information about its special editing commands.
When you kill Emacs, Emacs offers to save your bookmark values in your
default bookmark file, @file{~/.emacs.bmk}, if you have changed any