diff options
| author | Xue Fuqiao | 2013-12-24 16:33:02 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-12-24 16:33:02 +0800 |
| commit | 1139b0be8b1bc0d63420c69aaec0e2b0cb19d71d (patch) | |
| tree | 6aa1b9ec33f46afe6193c14f0d606dde5538d395 /lisp | |
| parent | 58f2b9a5583b998a94c40847fb8a7eba8474bcf6 (diff) | |
| download | emacs-1139b0be8b1bc0d63420c69aaec0e2b0cb19d71d.tar.gz emacs-1139b0be8b1bc0d63420c69aaec0e2b0cb19d71d.zip | |
* doc/emacs/trouble.texi (Checklist): Fix a cross-reference.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/rx.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index e578298106d..6d4c1070087 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el | |||
| @@ -871,7 +871,7 @@ NO-GROUP non-nil means don't put shy groups around the result." | |||
| 871 | REGEXPS is a non-empty sequence of forms of the sort listed below. | 871 | REGEXPS is a non-empty sequence of forms of the sort listed below. |
| 872 | 872 | ||
| 873 | Note that `rx' is a Lisp macro; when used in a Lisp program being | 873 | Note that `rx' is a Lisp macro; when used in a Lisp program being |
| 874 | compiled, the translation is performed by the compiler. | 874 | compiled, the translation is performed by the compiler. |
| 875 | See `rx-to-string' for how to do such a translation at run-time. | 875 | See `rx-to-string' for how to do such a translation at run-time. |
| 876 | 876 | ||
| 877 | The following are valid subforms of regular expressions in sexp | 877 | The following are valid subforms of regular expressions in sexp |