aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-03-31 11:19:17 +0000
committerEli Zaretskii2007-03-31 11:19:17 +0000
commitfaf9e188ca258c57145cd11703bf57ccff162038 (patch)
tree0aa6f790aa948c8365cbf02ab51307e6fd9e18c1
parent891c0674125daaaaefc3d189f19cf2bdd30131a0 (diff)
downloademacs-faf9e188ca258c57145cd11703bf57ccff162038.tar.gz
emacs-faf9e188ca258c57145cd11703bf57ccff162038.zip
(sregexq): Doc fix.
-rw-r--r--lisp/emacs-lisp/sregex.el2
1 files changed, 1 insertions, 1 deletions
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:
425 Stands for \"\\\\'\", matching the empty string at the end of text. 425 Stands for \"\\\\'\", matching the empty string at the end of text.
426 426
427- the symbol `point' 427- the symbol `point'
428 Stands for \"\\\\=\", matching the empty string at point. 428 Stands for \"\\\\=\\=\", matching the empty string at point.
429 429
430- the symbol `word-boundary' 430- the symbol `word-boundary'
431 Stands for \"\\\\b\", matching the empty string at the beginning or 431 Stands for \"\\\\b\", matching the empty string at the beginning or