aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-11-22 21:13:58 +0000
committerLuc Teirlinck2004-11-22 21:13:58 +0000
commit0cb23e1dbd9230e535a7305ba975e3b7436b6692 (patch)
tree6c545c00e021e8e12a17c09b8f860d8fa37b2d74
parentea78522d4c8669a63c0cb190d914a76370a31d3d (diff)
downloademacs-0cb23e1dbd9230e535a7305ba975e3b7436b6692.tar.gz
emacs-0cb23e1dbd9230e535a7305ba975e3b7436b6692.zip
(Regexps): Fix typo.
-rw-r--r--man/search.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/search.texi b/man/search.texi
index 3ca9049bdd6..2cc273fd4a4 100644
--- a/man/search.texi
+++ b/man/search.texi
@@ -746,7 +746,7 @@ matches any character that is not a word-constituent.
746matches the empty string, but only at the beginning of a symbol. 746matches the empty string, but only at the beginning of a symbol.
747A symbol is a sequence of one or more symbol-constituent characters. 747A symbol is a sequence of one or more symbol-constituent characters.
748A symbol-constituent character is a character whose syntax is either 748A symbol-constituent character is a character whose syntax is either
749@vsamp{w} or @samp{_}. @samp{\_<} matches at the beginning of the 749@samp{w} or @samp{_}. @samp{\_<} matches at the beginning of the
750buffer only if a symbol-constituent character follows. 750buffer only if a symbol-constituent character follows.
751 751
752@item \_> 752@item \_>