Mercurial > emacs
changeset 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 | 5369fd91fc1e |
children | b1bb2dfda79c |
files | lispref/files.texi |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
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