From 5a7f4c1bf2b8a1ef30810640bc255494dd3b957b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 24 Jul 2006 17:48:06 +0000 Subject: Move periods and commas inside quotes. --- man/search.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/search.texi') 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 -- cgit v1.2.1