Nikolaj Schumacher <n_schumacher at web.de> (tiny change)
(rx): Doc fix.
This commit is contained in:
parent
01ae4f1e2a
commit
5fedce2cb9
1 changed files with 7 additions and 2 deletions
|
@ -725,8 +725,7 @@ CHAR
|
|||
matches the empty string, but only at point.
|
||||
|
||||
`word-start', `bow'
|
||||
matches the empty string, but only at the beginning or end of a
|
||||
word.
|
||||
matches the empty string, but only at the beginning of a word.
|
||||
|
||||
`word-end', `eow'
|
||||
matches the empty string, but only at the end of a word.
|
||||
|
@ -740,6 +739,12 @@ CHAR
|
|||
matches the empty string, but not at the beginning or end of a
|
||||
word.
|
||||
|
||||
`symbol-start'
|
||||
matches the empty string, but only at the beginning of a symbol.
|
||||
|
||||
`symbol-end'
|
||||
matches the empty string, but only at the end of a symbol.
|
||||
|
||||
`digit', `numeric', `num'
|
||||
matches 0 through 9.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue