summaryrefslogtreecommitdiff
path: root/doc/lispref/elisp.texi
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2019-07-04 13:01:52 +0200
committerMattias EngdegÄrd <mattiase@acm.org>2019-07-07 11:49:21 +0200
commitac1ad3e49abd57a3e39b817864ea379354119d08 (patch)
tree6b0a410e8fcc047fe666af06f5a03796431a9925 /doc/lispref/elisp.texi
parentb39f5e6c9c50b3153c4e7bfac9219f14da73e4d1 (diff)
downloademacs-ac1ad3e49abd57a3e39b817864ea379354119d08.tar.gz
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.
Diffstat (limited to 'doc/lispref/elisp.texi')
-rw-r--r--doc/lispref/elisp.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index e18759654d9..c86f7f3dfbf 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -1298,6 +1298,9 @@ Regular Expressions
* Syntax of Regexps:: Rules for writing regular expressions.
* Regexp Example:: Illustrates regular expression syntax.
+@ifnottex
+* Rx Notation:: An alternative, structured regexp notation.
+@end ifnottex
* Regexp Functions:: Functions for operating on regular expressions.
Syntax of Regular Expressions