summaryrefslogtreecommitdiff
path: root/man/regs.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-06-15 08:17:37 +0000
committerEli Zaretskii <eliz@gnu.org>2001-06-15 08:17:37 +0000
commit13b9ee95646e95711dc3497b38e0675327de47ea (patch)
tree4d6b213783272b97080fc4f2e4a1c0dad2ac3f4d /man/regs.texi
parentdb9f48c3ca57ad0f3d133357c5e71f946b4f75c9 (diff)
downloademacs-13b9ee95646e95711dc3497b38e0675327de47ea.tar.gz
Proofreading fixes from Danny Colascione <qtmstr@optonline.net>.
Diffstat (limited to 'man/regs.texi')
-rw-r--r--man/regs.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/regs.texi b/man/regs.texi
index d77ab2e151c..6e466cf0ad6 100644
--- a/man/regs.texi
+++ b/man/regs.texi
@@ -12,7 +12,7 @@ once or many times; you can move point to a position saved in a
register once or many times.
@findex view-register
- Each register has a name which is a single character. A register can
+ Each register has a name, which is a single character. A register can
store a piece of text, a rectangle, a position, a window configuration,
or a file name, but only one thing at any given time. Whatever you
store in a register remains there until you store something else in that
@@ -266,7 +266,7 @@ saving.)
Bookmark position values are saved with surrounding context, so that
@code{bookmark-jump} can find the proper position even if the file is
modified slightly. The variable @code{bookmark-search-size} says how
-many characters of context to record, on each side of the bookmark's
+many characters of context to record on each side of the bookmark's
position.
Here are some additional commands for working with bookmarks: