summaryrefslogtreecommitdiff
path: root/doc/lispref/searching.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/searching.texi')
-rw-r--r--doc/lispref/searching.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi
index c697c929b6a..3022d127c13 100644
--- a/doc/lispref/searching.texi
+++ b/doc/lispref/searching.texi
@@ -2190,7 +2190,11 @@ this regular expression. However, spaces inside of constructs such as
Since this variable affects all regular expression search and match
constructs, you should bind it temporarily for as small as possible
-a part of the code.
+a part of the code, and only where the Lisp code affected by the
+binding performs searches whose regexp was produced from interactive
+user input. In other words, this variable should only be used to tell
+regexp search primitives how to interpret whitespace typed by the
+user.
@end defvar
@node POSIX Regexps