1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

(Regexps): Fix typo.

This commit is contained in:
Luc Teirlinck 2004-11-22 21:13:58 +00:00
parent ea78522d4c
commit 0cb23e1dbd

View File

@ -746,7 +746,7 @@ matches any character that is not a word-constituent.
matches the empty string, but only at the beginning of a symbol.
A symbol is a sequence of one or more symbol-constituent characters.
A symbol-constituent character is a character whose syntax is either
@vsamp{w} or @samp{_}. @samp{\_<} matches at the beginning of the
@samp{w} or @samp{_}. @samp{\_<} matches at the beginning of the
buffer only if a symbol-constituent character follows.
@item \_>