Minor wording improvement in "Bookmarks"

* doc/emacs/regs.texi (Bookmarks): Improve wording.  Suggested by
"Siraphob (Ben) Phipathananunth" <siraben@disroot.org>.
This commit is contained in:
Eli Zaretskii 2018-04-15 20:34:44 +03:00
parent 5a6bb01777
commit 4341aacd87

View file

@ -314,18 +314,18 @@ Save all the current bookmark values in the default bookmark file.
@findex bookmark-set @findex bookmark-set
@kindex C-x r b @kindex C-x r b
@findex bookmark-jump @findex bookmark-jump
The prototypical use for bookmarks is to record one current position To record the current position in the visited file, use the command
in each of several files. So the command @kbd{C-x r m}, which sets a @kbd{C-x r m}, which sets a bookmark using the visited file name as
bookmark, uses the visited file name as the default for the bookmark the default for the bookmark name. If you name each bookmark after
name. If you name each bookmark after the file it points to, then you the file it points to, then you can conveniently revisit any of those
can conveniently revisit any of those files with @kbd{C-x r b}, and move files with @kbd{C-x r b}, and move to the position of the bookmark at
to the position of the bookmark at the same time. the same time.
@kindex C-x r M @kindex C-x r M
@findex bookmark-set-no-overwrite @findex bookmark-set-no-overwrite
The command @kbd{C-x r M} (@code{bookmark-set-no-overwrite}) works The command @kbd{C-x r M} (@code{bookmark-set-no-overwrite}) works
like @kbd{C-x r m}, but it signals an error if the specified bookmark like @w{@kbd{C-x r m}}, but it signals an error if the specified
already exists, instead of overwriting it. bookmark already exists, instead of overwriting it.
@kindex C-x r l @kindex C-x r l
@findex list-bookmarks @findex list-bookmarks