]> git.eshelyaron.com Git - emacs.git/commit
Describe the rx notation in the elisp manual (bug#36496)
authorMattias Engdegård <mattiase@acm.org>
Thu, 4 Jul 2019 11:01:52 +0000 (13:01 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 7 Jul 2019 09:49:21 +0000 (11:49 +0200)
commitac1ad3e49abd57a3e39b817864ea379354119d08
tree6b0a410e8fcc047fe666af06f5a03796431a9925
parentb39f5e6c9c50b3153c4e7bfac9219f14da73e4d1
Describe the rx notation in the elisp manual (bug#36496)

The additions are excluded from the print version to avoid making it
thicker.

* doc/lispref/elisp.texi (Top): New menu entry.
* doc/lispref/searching.texi (Regular Expressions): New menu entry.
(Regexp Example): Add rx form of the example.
(Rx Notation, Rx Constructs, Rx Functions): New nodes.
* doc/lispref/control.texi (pcase Macro): Describe the rx pattern.
doc/lispref/control.texi
doc/lispref/elisp.texi
doc/lispref/searching.texi