aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/regs.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/emacs/regs.texi b/doc/emacs/regs.texi
index 8ff36ca554d..7d16d539128 100644
--- a/doc/emacs/regs.texi
+++ b/doc/emacs/regs.texi
@@ -314,18 +314,18 @@ Save all the current bookmark values in the default bookmark file.
314@findex bookmark-set 314@findex bookmark-set
315@kindex C-x r b 315@kindex C-x r b
316@findex bookmark-jump 316@findex bookmark-jump
317 The prototypical use for bookmarks is to record one current position 317 To record the current position in the visited file, use the command
318in each of several files. So the command @kbd{C-x r m}, which sets a 318@kbd{C-x r m}, which sets a bookmark using the visited file name as
319bookmark, uses the visited file name as the default for the bookmark 319the default for the bookmark name. If you name each bookmark after
320name. If you name each bookmark after the file it points to, then you 320the file it points to, then you can conveniently revisit any of those
321can conveniently revisit any of those files with @kbd{C-x r b}, and move 321files with @kbd{C-x r b}, and move to the position of the bookmark at
322to the position of the bookmark at the same time. 322the same time.
323 323
324@kindex C-x r M 324@kindex C-x r M
325@findex bookmark-set-no-overwrite 325@findex bookmark-set-no-overwrite
326 The command @kbd{C-x r M} (@code{bookmark-set-no-overwrite}) works 326 The command @kbd{C-x r M} (@code{bookmark-set-no-overwrite}) works
327like @kbd{C-x r m}, but it signals an error if the specified bookmark 327like @w{@kbd{C-x r m}}, but it signals an error if the specified
328already exists, instead of overwriting it. 328bookmark already exists, instead of overwriting it.
329 329
330@kindex C-x r l 330@kindex C-x r l
331@findex list-bookmarks 331@findex list-bookmarks