From: Eli Zaretskii Date: Sat, 31 Mar 2007 11:19:17 +0000 (+0000) Subject: (sregexq): Doc fix. X-Git-Tag: emacs-pretest-22.0.97~95 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=faf9e188ca258c57145cd11703bf57ccff162038;p=emacs.git (sregexq): Doc fix. --- diff --git a/lisp/emacs-lisp/sregex.el b/lisp/emacs-lisp/sregex.el index 447691d4046..8041aefc077 100644 --- a/lisp/emacs-lisp/sregex.el +++ b/lisp/emacs-lisp/sregex.el @@ -425,7 +425,7 @@ Here are the clauses allowed in an `sregex' or `sregexq' expression: Stands for \"\\\\'\", matching the empty string at the end of text. - the symbol `point' - Stands for \"\\\\=\", matching the empty string at point. + Stands for \"\\\\=\\=\", matching the empty string at point. - the symbol `word-boundary' Stands for \"\\\\b\", matching the empty string at the beginning or