aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el4
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."
349This applies to Info search for regular expressions. 349This applies to Info search for regular expressions.
350You might want to use something like \"[ \\t\\r\\n]+\" instead. 350You might want to use something like \"[ \\t\\r\\n]+\" instead.
351In the Customization buffer, that is `[' followed by a space, 351In the Customization buffer, that is `[' followed by a space,
352a tab, a carriage return (control-M), a newline, and `]+'." 352a tab, a carriage return (control-M), a newline, and `]+'. Don't
353add any capturing groups into this value; that can change the
354numbering of existing capture groups in unexpected ways."
353 :type 'regexp 355 :type 'regexp
354 :group 'info) 356 :group 'info)
355 357