all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6537: 23.2; doc fix for rx
@ 2010-06-29 11:35 Leo
  2010-06-29 12:12 ` Juanma Barranquero
  0 siblings, 1 reply; 4+ messages in thread
From: Leo @ 2010-06-29 11:35 UTC (permalink / raw)
  To: 6537


It seems like leftover since it is already mentioned in the preceding
text.

Changes in HEAD
	Modified lisp/emacs-lisp/rx.el
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el
index 5d04494..85fe351 100644
--- a/lisp/emacs-lisp/rx.el
+++ b/lisp/emacs-lisp/rx.el
@@ -1053,9 +1053,6 @@ CHAR
      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


Leo





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-29 16:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-29 11:35 bug#6537: 23.2; doc fix for rx Leo
2010-06-29 12:12 ` Juanma Barranquero
2010-06-29 16:07   ` Glenn Morris
2010-06-29 16:39     ` Juanma Barranquero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.