diff options
Diffstat (limited to 'lisp/info.el')
| -rw-r--r-- | lisp/info.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index f65c6c36272..8e8c3371f42 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -349,7 +349,9 @@ This only has an effect if `Info-hide-note-references' is non-nil." | |||
| 349 | This applies to Info search for regular expressions. | 349 | This applies to Info search for regular expressions. |
| 350 | You might want to use something like \"[ \\t\\r\\n]+\" instead. | 350 | You might want to use something like \"[ \\t\\r\\n]+\" instead. |
| 351 | In the Customization buffer, that is `[' followed by a space, | 351 | In the Customization buffer, that is `[' followed by a space, |
| 352 | a tab, a carriage return (control-M), a newline, and `]+'." | 352 | a tab, a carriage return (control-M), a newline, and `]+'. Don't |
| 353 | add any capturing groups into this value; that can change the | ||
| 354 | numbering of existing capture groups in unexpected ways." | ||
| 353 | :type 'regexp | 355 | :type 'regexp |
| 354 | :group 'info) | 356 | :group 'info) |
| 355 | 357 | ||