diff options
| -rw-r--r-- | lisp/emacs-lisp/rx.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index 76c3ac31b85..6d33299e202 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el | |||
| @@ -1418,6 +1418,7 @@ into a plain rx-expression, collecting names into `rx--pcase-vars'." | |||
| 1418 | (cons head (mapcar #'rx--pcase-transform rest))) | 1418 | (cons head (mapcar #'rx--pcase-transform rest))) |
| 1419 | (_ rx))) | 1419 | (_ rx))) |
| 1420 | 1420 | ||
| 1421 | ;;;###autoload | ||
| 1421 | (pcase-defmacro rx (&rest regexps) | 1422 | (pcase-defmacro rx (&rest regexps) |
| 1422 | "A pattern that matches strings against `rx' REGEXPS in sexp form. | 1423 | "A pattern that matches strings against `rx' REGEXPS in sexp form. |
| 1423 | REGEXPS are interpreted as in `rx'. The pattern matches any | 1424 | REGEXPS are interpreted as in `rx'. The pattern matches any |