(sregexq): Fix doc string quoting.
This commit is contained in:
parent
c97adfa56b
commit
92fbf041e1
1 changed files with 2 additions and 2 deletions
|
@ -436,11 +436,11 @@ Here are the clauses allowed in an `sregex' or `sregexq' expression:
|
|||
or end of a word.
|
||||
|
||||
- the symbol `bow'
|
||||
Stands for \"\\\\\\=<\", matching the empty string at the beginning of a
|
||||
Stands for \"\\\\=\\<\", matching the empty string at the beginning of a
|
||||
word.
|
||||
|
||||
- the symbol `eow'
|
||||
Stands for \"\\\\\\=>\", matching the empty string at the end of a word.
|
||||
Stands for \"\\\\=\\>\", matching the empty string at the end of a word.
|
||||
|
||||
- the symbol `wordchar'
|
||||
Stands for the regex \"\\\\w\", matching a word-constituent character
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue