diff options
| author | Luc Teirlinck | 2004-11-22 21:13:58 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-11-22 21:13:58 +0000 |
| commit | 0cb23e1dbd9230e535a7305ba975e3b7436b6692 (patch) | |
| tree | 6c545c00e021e8e12a17c09b8f860d8fa37b2d74 | |
| parent | ea78522d4c8669a63c0cb190d914a76370a31d3d (diff) | |
| download | emacs-0cb23e1dbd9230e535a7305ba975e3b7436b6692.tar.gz emacs-0cb23e1dbd9230e535a7305ba975e3b7436b6692.zip | |
(Regexps): Fix typo.
| -rw-r--r-- | man/search.texi | 2 |
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. | |||
| 746 | matches the empty string, but only at the beginning of a symbol. | 746 | matches the empty string, but only at the beginning of a symbol. |
| 747 | A symbol is a sequence of one or more symbol-constituent characters. | 747 | A symbol is a sequence of one or more symbol-constituent characters. |
| 748 | A symbol-constituent character is a character whose syntax is either | 748 | A 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 |
| 750 | buffer only if a symbol-constituent character follows. | 750 | buffer only if a symbol-constituent character follows. |
| 751 | 751 | ||
| 752 | @item \_> | 752 | @item \_> |