diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/text.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index d7b04d2934f..8d78a9b24ff 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -5162,6 +5162,11 @@ which is a regular expression. | |||
| 5162 | Return all nodes in @var{dom} that have IDs that match @var{match}, | 5162 | Return all nodes in @var{dom} that have IDs that match @var{match}, |
| 5163 | which is a regular expression. | 5163 | which is a regular expression. |
| 5164 | 5164 | ||
| 5165 | @item dom-search @var{dom} @var{predicate} | ||
| 5166 | Return all nodes in @var{dom} where @var{predicate} returns a | ||
| 5167 | non-@code{nil} value. @var{predicate} is called with the node to be | ||
| 5168 | tested as its parameter. | ||
| 5169 | |||
| 5165 | @item dom-strings @var{dom} | 5170 | @item dom-strings @var{dom} |
| 5166 | Return all strings in @var{dom}. | 5171 | Return all strings in @var{dom}. |
| 5167 | 5172 | ||