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
commit298c5b5c9cbb8453d177664ae609ccfd3e6f1e32 (patch)
treef71cdf432e2391b5f417acd6caf45f0273711727 /man/regs.texi
parent7805440d9a36918fe9a208589c7788cd75e73eaa (diff)
downloademacs-298c5b5c9cbb8453d177664ae609ccfd3e6f1e32.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: