[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-26 4341aac: Minor wording improvement in "Bookmarks"
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] emacs-26 4341aac: Minor wording improvement in "Bookmarks" |
Date: |
Sun, 15 Apr 2018 13:35:23 -0400 (EDT) |
branch: emacs-26
commit 4341aacd87912e7ba2c781fef9f1ff73d1a5bf0a
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>
Minor wording improvement in "Bookmarks"
* doc/emacs/regs.texi (Bookmarks): Improve wording. Suggested by
"Siraphob (Ben) Phipathananunth" <address@hidden>.
---
doc/emacs/regs.texi | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/emacs/regs.texi b/doc/emacs/regs.texi
index 8ff36ca..7d16d53 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.
@findex bookmark-set
@kindex C-x r b
@findex bookmark-jump
- The prototypical use for bookmarks is to record one current position
-in each of several files. So the command @kbd{C-x r m}, which sets a
-bookmark, uses the visited file name as the default for the bookmark
-name. If you name each bookmark after the file it points to, then you
-can conveniently revisit any of those files with @kbd{C-x r b}, and move
-to the position of the bookmark at the same time.
+ To record the current position in the visited file, use the command
address@hidden r m}, which sets a bookmark using the visited file name as
+the default for the bookmark name. If you name each bookmark after
+the file it points to, then you can conveniently revisit any of those
+files with @kbd{C-x r b}, and move to the position of the bookmark at
+the same time.
@kindex C-x r M
@findex bookmark-set-no-overwrite
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
-already exists, instead of overwriting it.
+like @address@hidden 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-26 4341aac: Minor wording improvement in "Bookmarks",
Eli Zaretskii <=