comparison 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
comparison
equal deleted inserted replaced
32841:5369fd91fc1e 32842:b10fc3a9befa
148 @code{find-file-not-found-hooks} are not run in case of failure. What's 148 @code{find-file-not-found-hooks} are not run in case of failure. What's
149 more, a non-@code{nil} @var{rawfile} value suppresses coding system 149 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
158 (find-file-noselect "/etc/fstab") 160 (find-file-noselect "/etc/fstab")
159 @result{} #<buffer fstab> 161 @result{} #<buffer fstab>