current directory. @xref{Commands/Search, ,Writing Shell Commands with
Directory Search}.
-In the @code{VPATH} variable, directory names are separated by colons.
-The order in which directories are listed is the order followed by
-@code{make} in its search.
+In the @code{VPATH} variable, directory names are separated by colons or
+blanks. The order in which directories are listed is the order followed
+by @code{make} in its search.
For example,
Specify the search path @var{directories} for file names that match
@var{pattern}.
-The search path, @var{directories}, is a colon-separated list of
-directories to be searched, just like the search path used in the
-@code{VPATH} variable.
+The search path, @var{directories}, is a list of directories to be
+searched, separated by colons or blanks, just like the search path used
+in the @code{VPATH} variable.
@item vpath @var{pattern}
Clear out the search path associated with @var{pattern}.