# HG changeset patch # User Andreas Schwab # Date 1177687048 0 # Node ID 8dd3e56c2212acd8ecc5fb2cbb9ae787aebe70c3 # Parent a268dce1f56071472749a44ec535603b6d0ab147 (sregexq): Fix doc string quoting. diff -r a268dce1f560 -r 8dd3e56c2212 lisp/emacs-lisp/sregex.el --- 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