# HG changeset patch # User Richard M. Stallman # Date 873502390 0 # Node ID 4c2159c165e545781798ec92249669cfa0ad372c # Parent 8ccbf79d429439d16b361a16641c0d64948b688c (search-whitespace-regexp): Doc fix. diff -r 8ccbf79d4294 -r 4c2159c165e5 lisp/isearch.el --- a/lisp/isearch.el Fri Sep 05 23:30:30 1997 +0000 +++ b/lisp/isearch.el Fri Sep 05 23:33:10 1997 +0000 @@ -152,6 +152,7 @@ (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." :type 'regexp :group 'isearch)