aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-11 20:08:57 +0000
committerRichard M. Stallman2001-11-11 20:08:57 +0000
commit4aa2d40e1a8959db8daf71a4e47eb65fcbd3d56d (patch)
treed77c780c34e2a813eade5e0f1175232f8c9fdf7d
parentf140458b743e7c0e920fe55534500c903e73ee4b (diff)
downloademacs-4aa2d40e1a8959db8daf71a4e47eb65fcbd3d56d.tar.gz
emacs-4aa2d40e1a8959db8daf71a4e47eb65fcbd3d56d.zip
Minor clarification.
-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.