diff options
| author | Kenichi Handa | 2000-10-25 00:42:48 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-10-25 00:42:48 +0000 |
| commit | 80e8b2c20fd6d759afd736656d679ca0cce2e379 (patch) | |
| tree | b87d507e7f4ccdd8d81187a2866d2044f054823b | |
| parent | 28bcdbee2720f4f9f0d6b71d6c2dc1acef31ab7a (diff) | |
| download | emacs-80e8b2c20fd6d759afd736656d679ca0cce2e379.tar.gz emacs-80e8b2c20fd6d759afd736656d679ca0cce2e379.zip | |
(Visiting Functions): Return value of find-file-noselect may be a list
of buffers if wildcards are used.
| -rw-r--r-- | lispref/files.texi | 6 |
1 files changed, 4 insertions, 2 deletions
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 | |||
| 150 | conversion (@pxref{Coding Systems}) and format conversion (@pxref{Format | 150 | conversion (@pxref{Coding Systems}) and format conversion (@pxref{Format |
| 151 | Conversion}). | 151 | Conversion}). |
| 152 | 152 | ||
| 153 | The @code{find-file-noselect} function returns the buffer that is | 153 | The @code{find-file-noselect} function usually returns the buffer that |
| 154 | visiting the file @var{filename}. | 154 | is visiting the file @var{filename}. But, if wildcards are actually |
| 155 | used and expanded, it returns a list of buffer tha are visiting the | ||
| 156 | various files. | ||
| 155 | 157 | ||
| 156 | @example | 158 | @example |
| 157 | @group | 159 | @group |