Remove outdated advise from manual
* 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.
This commit is contained in:
parent
eac34b52f6
commit
ed97d15a08
1 changed files with 0 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue