emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/sregex.el,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/sregex.el,v
Date: Sat, 31 Mar 2007 11:19:18 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/03/31 11:19:17

Index: sregex.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emacs-lisp/sregex.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- sregex.el   21 Jan 2007 02:44:24 -0000      1.11
+++ sregex.el   31 Mar 2007 11:19:17 -0000      1.12
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]