(Visiting Functions): Return value of find-file-noselect may be a list
of buffers if wildcards are used.
This commit is contained in:
parent
28bcdbee27
commit
80e8b2c20f
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue