changeset 77520:8dd3e56c2212

(sregexq): Fix doc string quoting.
author Andreas Schwab <schwab@suse.de>
date Fri, 27 Apr 2007 15:17:28 +0000
parents a268dce1f560
children 04547c2b6002
files lisp/emacs-lisp/sregex.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/sregex.el	Fri Apr 27 15:13:59 2007 +0000
+++ b/lisp/emacs-lisp/sregex.el	Fri Apr 27 15:17:28 2007 +0000
@@ -436,11 +436,11 @@
   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