# HG changeset patch # User Eli Zaretskii # Date 1175339957 0 # Node ID 0ca7455cc45cd2ae60fe69033caf40d830e8d767 # Parent adfa1b509013a08a5fc09cb09794b694045e4ecd (sregexq): Doc fix. diff -r adfa1b509013 -r 0ca7455cc45c lisp/emacs-lisp/sregex.el --- a/lisp/emacs-lisp/sregex.el Sat Mar 31 10:57:01 2007 +0000 +++ b/lisp/emacs-lisp/sregex.el Sat Mar 31 11:19:17 2007 +0000 @@ -425,7 +425,7 @@ 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