]> git.eshelyaron.com Git - emacs.git/commitdiff
(sregexq): Fix doc string quoting.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 4 Jun 2007 23:51:01 +0000 (23:51 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 4 Jun 2007 23:51:01 +0000 (23:51 +0000)
lisp/emacs-lisp/sregex.el

index 8041aefc077b743b23d99880db363e629137533e..67824c40632b139959c0c9145864b616e46ca92a 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