diff lispref/files.texi @ 32842:b10fc3a9befa

(Visiting Functions): Return value of find-file-noselect may be a list of buffers if wildcards are used.
author Kenichi Handa <handa@m17n.org>
date Wed, 25 Oct 2000 00:42:48 +0000
parents 2c2ed2dae36f
children 7600e7ac0dcd
line wrap: on
line diff
--- 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