1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00

(sregexq): Fix doc string quoting.

This commit is contained in:
Chong Yidong 2007-06-04 23:51:01 +00:00
parent 7e285b363f
commit 67e2f48725

View File

@ -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