]> git.eshelyaron.com Git - emacs.git/commitdiff
(Visiting Functions): Return value of find-file-noselect may be a list
authorKenichi Handa <handa@m17n.org>
Wed, 25 Oct 2000 00:42:48 +0000 (00:42 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 25 Oct 2000 00:42:48 +0000 (00:42 +0000)
of buffers if wildcards are used.

lispref/files.texi

index 02c863421f97f8e4a064fc84a558dfec90c4ef1a..15c0e3652509990b1a8d868e1ae389e53686c049 100644 (file)
@@ -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