# HG changeset patch # User Chong Yidong # Date 1181001061 0 # Node ID a794fbd6b0c9780734fae0840220903dac6c1037 # Parent 2e526dc9c6b6bad2ecb251a34ae62dedac03a29e (sregexq): Fix doc string quoting. diff -r 2e526dc9c6b6 -r a794fbd6b0c9 lisp/emacs-lisp/sregex.el --- a/lisp/emacs-lisp/sregex.el Mon Jun 04 23:49:26 2007 +0000 +++ b/lisp/emacs-lisp/sregex.el Mon Jun 04 23:51:01 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