Mercurial > emacs
changeset 76829:0ca7455cc45c
(sregexq): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 31 Mar 2007 11:19:17 +0000 |
parents | adfa1b509013 |
children | 9b0bcc9e22c7 |
files | lisp/emacs-lisp/sregex.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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