From: Andreas Schwab Date: Fri, 27 Apr 2007 15:17:28 +0000 (+0000) Subject: (sregexq): Fix doc string quoting. X-Git-Tag: emacs-pretest-23.0.90~12781 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92fbf041e169f72062d60d706671f7a29fdd444c;p=emacs.git (sregexq): Fix doc string quoting. --- diff --git a/lisp/emacs-lisp/sregex.el b/lisp/emacs-lisp/sregex.el index 8041aefc077..67824c40632 100644 --- a/lisp/emacs-lisp/sregex.el +++ b/lisp/emacs-lisp/sregex.el @@ -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