mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(sregexq): Fix doc string quoting.
This commit is contained in:
parent
c97adfa56b
commit
92fbf041e1
@ -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…
Reference in New Issue
Block a user