aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/search.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/search.texi b/man/search.texi
index 3c6cc3539ed..36ed3747154 100644
--- a/man/search.texi
+++ b/man/search.texi
@@ -632,12 +632,12 @@ If a particular @samp{\( @dots{} \)} construct matches more than once
632match is recorded. 632match is recorded.
633 633
634@item \` 634@item \`
635matches the empty string, but only at the beginning 635matches the empty string, but only at the beginning of the string or
636of the buffer or string being matched against. 636buffer (or its accessible portion) being matched against.
637 637
638@item \' 638@item \'
639matches the empty string, but only at the end of 639matches the empty string, but only at the end of the string or buffer
640the buffer or string being matched against. 640(or its accessible portion) being matched against.
641 641
642@item \= 642@item \=
643matches the empty string, but only at point. 643matches the empty string, but only at point.