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
commit459f02ebfcc7821a2e3fadd38375ba1998405fd2 (patch)
tree5942006d78725e051a094bad9c960429c32753e9 /man/search.texi
parenteb470b8de7e897fa6cbaeb66d38a878cf5428e41 (diff)
downloademacs-459f02ebfcc7821a2e3fadd38375ba1998405fd2.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