(sregexq): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2007 11:19:17 +0000 (11:19 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2007 11:19:17 +0000 (11:19 +0000)
lisp/emacs-lisp/sregex.el

index 447691d..8041aef 100644 (file)
@@ -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