diff options
| author | Eli Zaretskii | 2018-04-15 20:34:44 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-04-15 20:34:44 +0300 |
| commit | 4341aacd87912e7ba2c781fef9f1ff73d1a5bf0a (patch) | |
| tree | 61934f806a64805da7a647beccf38ae93a133126 | |
| parent | 5a6bb01777e40a87ac59162d9833a13c81b7f292 (diff) | |
| download | emacs-4341aacd87912e7ba2c781fef9f1ff73d1a5bf0a.tar.gz emacs-4341aacd87912e7ba2c781fef9f1ff73d1a5bf0a.zip | |
Minor wording improvement in "Bookmarks"
* doc/emacs/regs.texi (Bookmarks): Improve wording. Suggested by
"Siraphob (Ben) Phipathananunth" <siraben@disroot.org>.
| -rw-r--r-- | doc/emacs/regs.texi | 16 |
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 |
| 318 | in 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 |
| 319 | bookmark, uses the visited file name as the default for the bookmark | 319 | the default for the bookmark name. If you name each bookmark after |
| 320 | name. If you name each bookmark after the file it points to, then you | 320 | the file it points to, then you can conveniently revisit any of those |
| 321 | can conveniently revisit any of those files with @kbd{C-x r b}, and move | 321 | files with @kbd{C-x r b}, and move to the position of the bookmark at |
| 322 | to the position of the bookmark at the same time. | 322 | the 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 |
| 327 | like @kbd{C-x r m}, but it signals an error if the specified bookmark | 327 | like @w{@kbd{C-x r m}}, but it signals an error if the specified |
| 328 | already exists, instead of overwriting it. | 328 | bookmark 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 |