summaryrefslogtreecommitdiff
path: root/man/search.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-07-24 17:48:06 +0000
committerRichard M. Stallman <rms@gnu.org>2006-07-24 17:48:06 +0000
commit5a7f4c1bf2b8a1ef30810640bc255494dd3b957b (patch)
treecd505dbab3a54d920aab878405909fc9776b0312 /man/search.texi
parentefd5c60bf24e585e78dcae6b41e0f1326b772102 (diff)
downloademacs-5a7f4c1bf2b8a1ef30810640bc255494dd3b957b.tar.gz
Move periods and commas inside quotes.
Diffstat (limited to 'man/search.texi')
-rw-r--r--man/search.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/search.texi b/man/search.texi
index 0a8a46ffb26..978eb4a1d13 100644
--- a/man/search.texi
+++ b/man/search.texi
@@ -1010,7 +1010,7 @@ it can refer to all or part of what is matched by the @var{regexp}.
@samp{\&} in @var{newstring} stands for the entire match being
replaced. @samp{\@var{d}} in @var{newstring}, where @var{d} is a
digit, stands for whatever matched the @var{d}th parenthesized
-grouping in @var{regexp}. (This is called a ``back reference''.)
+grouping in @var{regexp}. (This is called a ``back reference.'')
@samp{\#} refers to the count of replacements already made in this
command, as a decimal number. In the first replacement, @samp{\#}
stands for @samp{0}; in the second, for @samp{1}; and so on. For