emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99905: emacs-lisp/rx.el (rx): Doc


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99905: emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
Date: Tue, 29 Jun 2010 14:09:07 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99905
author: leo <address@hidden>
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Tue 2010-06-29 14:09:07 +0200
message:
  emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/rx.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-06-27 18:43:34 +0000
+++ b/lisp/ChangeLog    2010-06-29 12:09:07 +0000
@@ -1,3 +1,7 @@
+2010-06-29  Leo  <address@hidden>  (tiny change)
+
+       * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
+
 2010-06-27  Oleksandr Gavenko  <address@hidden>  (tiny change)
 
        * generic-x.el (bat-generic-mode): Fix regexp for command line

=== modified file 'lisp/emacs-lisp/rx.el'
--- a/lisp/emacs-lisp/rx.el     2010-01-13 08:35:10 +0000
+++ b/lisp/emacs-lisp/rx.el     2010-06-29 12:09:07 +0000
@@ -1053,9 +1053,6 @@
      like `and', but makes the match accessible with `match-end',
      `match-beginning', and `match-string'.
 
-`(group SEXP1 SEXP2 ...)'
-     another name for `submatch'.
-
 `(or SEXP1 SEXP2 ...)'
 `(| SEXP1 SEXP2 ...)'
      matches anything that matches SEXP1 or SEXP2, etc.  If all


reply via email to

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