emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/emacs-lisp rx.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp/emacs-lisp rx.el
Date: Sun, 28 Dec 2008 04:19:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/12/28 04:19:34

Modified files:
        lisp/emacs-lisp: rx.el 

Log message:
        (rx): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emacs-lisp/rx.el?cvsroot=emacs&r1=1.30&r2=1.31

Patches:
Index: rx.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/rx.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- rx.el       9 Dec 2008 21:17:17 -0000       1.30
+++ rx.el       28 Dec 2008 04:19:34 -0000      1.31
@@ -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.




reply via email to

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