]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove outdated advise from manual
authorMattias Engdegård <mattiase@acm.org>
Tue, 15 Jun 2021 17:48:45 +0000 (19:48 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 16 Jun 2021 07:58:19 +0000 (09:58 +0200)
* doc/lispref/modes.texi (Search-based Fontification):
Remove paragraph that has been unnecessary and confusing ever since
regexp-opt stopped using capturing brackets more than 21 years ago.

doc/lispref/modes.texi

index 02064e7a37439b9bae0f494b51e365679e4c4849..5869f53636c5c7e6b5fac296e9214b45c7fcd124 100644 (file)
@@ -2985,10 +2985,6 @@ highlighted (instead of the entire text that @var{matcher} matched).
 ("fu\\(bar\\)" . 1)
 @end example
 
-If you use @code{regexp-opt} to produce the regular expression
-@var{matcher}, you can use @code{regexp-opt-depth} (@pxref{Regexp
-Functions}) to calculate the value for @var{subexp}.
-
 @item (@var{matcher} . @var{facespec})
 In this kind of element, @var{facespec} is an expression whose value
 specifies the face to use for highlighting.  In the simplest case,