Mercurial > emacs
changeset 77901:a794fbd6b0c9
(sregexq): Fix doc string quoting.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 04 Jun 2007 23:51:01 +0000 |
parents | 2e526dc9c6b6 |
children | d93a7467052e |
files | lisp/emacs-lisp/sregex.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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