]> git.eshelyaron.com Git - emacs.git/commitdiff
(rx): Docstring fix.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 Oct 2008 14:12:31 +0000 (14:12 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 Oct 2008 14:12:31 +0000 (14:12 +0000)
lisp/emacs-lisp/rx.el

index 297bb1a64608454378ea91fa288398eb00c1bbd9..5e76256cfe6d4fbb30ac9503c9caed9a15b30b52 100644 (file)
@@ -878,9 +878,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