diff options
| author | Eli Zaretskii | 2023-10-15 12:37:25 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-10-15 12:37:25 +0300 |
| commit | 5d3f3288d221c2e1bbe7c7d1464171ac0a4cfb05 (patch) | |
| tree | 96665a9e36b825feb252593fb4bf55e69d43b676 | |
| parent | 9525315c1179065b69c937899ea18fe649b0f16f (diff) | |
| download | emacs-5d3f3288d221c2e1bbe7c7d1464171ac0a4cfb05.tar.gz emacs-5d3f3288d221c2e1bbe7c7d1464171ac0a4cfb05.zip | |
; * doc/emacs/search.texi (Regexp Backslash): Improve indexing.
| -rw-r--r-- | doc/emacs/search.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index e5542a0fcf3..66a55f09220 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi | |||
| @@ -1158,6 +1158,8 @@ surrounding @samp{\( @dots{} \)} grouping can limit the grouping power of | |||
| 1158 | 1158 | ||
| 1159 | Full backtracking capability exists to handle multiple uses of @samp{\|}. | 1159 | Full backtracking capability exists to handle multiple uses of @samp{\|}. |
| 1160 | 1160 | ||
| 1161 | @cindex sub-expressions, in regular expressions | ||
| 1162 | @cindex grouping, in regular expressions | ||
| 1161 | @item \( @dots{} \) | 1163 | @item \( @dots{} \) |
| 1162 | is a grouping construct that serves three purposes: | 1164 | is a grouping construct that serves three purposes: |
| 1163 | 1165 | ||