]> git.eshelyaron.com Git - emacs.git/commit
Add example of advanced user-defined Rx form to manual
authorMattias Engdegård <mattiase@acm.org>
Mon, 23 Aug 2021 15:02:51 +0000 (17:02 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 23 Aug 2021 17:57:17 +0000 (19:57 +0200)
commit4281e5b34d47052f3f8aa07295032ba3a764c54e
tree5d7b8a7f0781011b0ae19e2bc3823cb4693b738e
parent976594d905ceacc3c351735ba099ac71ea31f014
Add example of advanced user-defined Rx form to manual

* doc/lispref/searching.texi (Extending Rx): Add example illustrating
how to define a user-defined Rx form that performs computation,
from a discussion with Michael Herdeegen (bug#50136).
* lisp/emacs-lisp/rx.el (rx): Clarify evaluation time for `eval`.
doc/lispref/searching.texi
lisp/emacs-lisp/rx.el