# HG changeset patch # User Chong Yidong # Date 1230437974 0 # Node ID 7ab2f3422f467fcc5b8ffecab0e7e6e4fbbd1045 # Parent e80f47b0d9283ee2168e9e926e41d088a4cfd3bb (rx): Doc fix. diff -r e80f47b0d928 -r 7ab2f3422f46 lisp/emacs-lisp/rx.el --- a/lisp/emacs-lisp/rx.el Sun Dec 28 04:19:03 2008 +0000 +++ b/lisp/emacs-lisp/rx.el Sun Dec 28 04:19:34 2008 +0000 @@ -836,7 +836,10 @@ (defmacro rx (&rest regexps) "Translate regular expressions REGEXPS in sexp form to a regexp string. REGEXPS is a non-empty sequence of forms of the sort listed below. -See also `rx-to-string' for how to do such a translation at run-time. + +Note that `rx' is a Lisp macro; when used in a Lisp program being + compiled, the translation is performed by the compiler. +See `rx-to-string' for how to do such a translation at run-time. The following are valid subforms of regular expressions in sexp notation.