Mercurial > emacs
changeset 23055:e74ff474ff9b
(search-whitespace-regexp): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Aug 1998 07:45:27 +0000 |
parents | 2f2375c24426 |
children | 1b44597160c3 |
files | lisp/isearch.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)