From: Kenichi Handa Date: Wed, 25 Oct 2000 00:42:48 +0000 (+0000) Subject: (Visiting Functions): Return value of find-file-noselect may be a list X-Git-Tag: emacs-pretest-21.0.90~607 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80e8b2c20fd6d759afd736656d679ca0cce2e379;p=emacs.git (Visiting Functions): Return value of find-file-noselect may be a list of buffers if wildcards are used. --- diff --git a/lispref/files.texi b/lispref/files.texi index 02c863421f9..15c0e365250 100644 --- a/lispref/files.texi +++ b/lispref/files.texi @@ -150,8 +150,10 @@ more, a non-@code{nil} @var{rawfile} value suppresses coding system 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