diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/search.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c index 8a0f707b723..fa574959fb4 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -3390,7 +3390,9 @@ syms_of_search (void) | |||
| 3390 | Some commands use this for user-specified regexps. | 3390 | Some commands use this for user-specified regexps. |
| 3391 | Spaces that occur inside character classes or repetition operators | 3391 | Spaces that occur inside character classes or repetition operators |
| 3392 | or other such regexp constructs are not replaced with this. | 3392 | or other such regexp constructs are not replaced with this. |
| 3393 | A value of nil (which is the normal value) means treat spaces literally. */); | 3393 | A value of nil (which is the normal value) means treat spaces |
| 3394 | literally. Note that a value with capturing groups can change the | ||
| 3395 | numbering of existing capture groups in unexpected ways. */); | ||
| 3394 | Vsearch_spaces_regexp = Qnil; | 3396 | Vsearch_spaces_regexp = Qnil; |
| 3395 | 3397 | ||
| 3396 | DEFSYM (Qinhibit_changing_match_data, "inhibit-changing-match-data"); | 3398 | DEFSYM (Qinhibit_changing_match_data, "inhibit-changing-match-data"); |