aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9d7b6e31156..63a740cf64c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1108,7 +1108,10 @@ keystrokes.
1108*** Interactive regular expression search now uses faces for sub-groups. 1108*** Interactive regular expression search now uses faces for sub-groups.
1109E.g., 'C-M-s foo-\([0-9]+\)' will now use the 'isearch-group-1' face 1109E.g., 'C-M-s foo-\([0-9]+\)' will now use the 'isearch-group-1' face
1110on the part of the regexp that matches the sub-expression "[0-9]+". 1110on the part of the regexp that matches the sub-expression "[0-9]+".
1111By default, there are two group faces, but you can define more. 1111By default, there are two faces for sub-group highlighting, but you
1112can define more faces whose names are of the form 'isearch-group-N',
1113where N are successive numbers above 2.
1114
1112This is controlled by the 'search-highlight-submatches' user option. 1115This is controlled by the 'search-highlight-submatches' user option.
1113This feature is available only on terminals that have enough colors to 1116This feature is available only on terminals that have enough colors to
1114distinguish between sub-expression highlighting. 1117distinguish between sub-expression highlighting.