# HG changeset patch # User Kenichi Handa # Date 972434568 0 # Node ID b10fc3a9befacae3a6bf15536ed73c799d79cc65 # Parent 5369fd91fc1ee08e27c7539a7063aeb5026cbbfd (Visiting Functions): Return value of find-file-noselect may be a list of buffers if wildcards are used. diff -r 5369fd91fc1e -r b10fc3a9befa lispref/files.texi --- a/lispref/files.texi Wed Oct 25 00:42:31 2000 +0000 +++ b/lispref/files.texi Wed Oct 25 00:42:48 2000 +0000 @@ -150,8 +150,10 @@ conversion (@pxref{Coding Systems}) and format conversion (@pxref{Format Conversion}). -The @code{find-file-noselect} function returns the buffer that is -visiting the file @var{filename}. +The @code{find-file-noselect} function usually returns the buffer that +is visiting the file @var{filename}. But, if wildcards are actually +used and expanded, it returns a list of buffer tha are visiting the +various files. @example @group