summaryrefslogtreecommitdiff
path: root/doc/emacs/regs.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/emacs/regs.texi')
-rw-r--r--doc/emacs/regs.texi6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/emacs/regs.texi b/doc/emacs/regs.texi
index 40e3e2c1c31..247f8c0f30f 100644
--- a/doc/emacs/regs.texi
+++ b/doc/emacs/regs.texi
@@ -106,7 +106,6 @@ Insert text from register @var{r} (@code{insert-register}).
@item M-x append-to-register @key{RET} @var{r}
Append region to text in register @var{r}.
-@kindex C-x r +
When register @var{r} contains text, you can use @kbd{C-x r +}
(@code{increment-register}) to append to that register. Note that
command @kbd{C-x r +} behaves differently if @var{r} contains a
@@ -302,15 +301,12 @@ Set the bookmark named @var{bookmark} at point (@code{bookmark-set}).
Like @kbd{C-x r m}, but don't overwrite an existing bookmark.
@item C-x r b @var{bookmark} @key{RET}
-@findex bookmark-jump
Jump to the bookmark named @var{bookmark} (@code{bookmark-jump}).
@item C-x r l
-@findex list-bookmarks
List all bookmarks (@code{list-bookmarks}).
@item M-x bookmark-save
-@findex bookmark-save
Save all the current bookmark values in the default bookmark file.
@end table
@@ -332,12 +328,14 @@ like @kbd{C-x r m}, but it signals an error if the specified bookmark
already exists, instead of overwriting it.
@kindex C-x r l
+@findex list-bookmarks
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 the bookmark buffer for more
information about its special editing commands.
+@findex bookmark-save
When you kill Emacs, Emacs saves your bookmarks, if
you have changed any bookmark values. You can also save the bookmarks
at any time with the @kbd{M-x bookmark-save} command. Bookmarks are