1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-14 10:00:25 -08:00

(sregexq): Fix doc string quoting.

This commit is contained in:
Andreas Schwab 2007-04-27 15:17:28 +00:00
parent c97adfa56b
commit 92fbf041e1

View file

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