mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 02:20:21 -08:00
(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.
|
or end of a word.
|
||||||
|
|
||||||
- the symbol `bow'
|
- 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.
|
word.
|
||||||
|
|
||||||
- the symbol `eow'
|
- 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'
|
- the symbol `wordchar'
|
||||||
Stands for the regex \"\\\\w\", matching a word-constituent character
|
Stands for the regex \"\\\\w\", matching a word-constituent character
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue