# HG changeset patch # User Richard M. Stallman # Date 903426327 0 # Node ID e74ff474ff9b0f7e307c8c54f8b92c869d8db624 # Parent 2f2375c244265078f3d5719372e0adb28216b54e (search-whitespace-regexp): Doc fix. diff -r 2f2375c24426 -r e74ff474ff9b lisp/isearch.el --- a/lisp/isearch.el Tue Aug 18 07:02:59 1998 +0000 +++ b/lisp/isearch.el Tue Aug 18 07:45:27 1998 +0000 @@ -153,7 +153,9 @@ (defcustom search-whitespace-regexp "\\s-+" "*If non-nil, regular expression to match a sequence of whitespace chars. This applies to regular expression incremental search. -You might want to use something like \"[ \\t\\r\\n]+\" instead." +You might want to use something like \"[ \\t\\r\\n]+\" instead. +In the Customization buffer, that is `[' followed by a space, +a tab, a carriage return (control-M), a newline, and `]+'." :type 'regexp :group 'isearch)