(sregexq): Fix doc string quoting.
authorAndreas Schwab <schwab@suse.de>
Fri, 27 Apr 2007 15:17:28 +0000 (15:17 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 27 Apr 2007 15:17:28 +0000 (15:17 +0000)
lisp/emacs-lisp/sregex.el

index 8041aef..67824c4 100644 (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