aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'lispref')
-rw-r--r--lispref/files.texi6
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
150conversion (@pxref{Coding Systems}) and format conversion (@pxref{Format 150conversion (@pxref{Coding Systems}) and format conversion (@pxref{Format
151Conversion}). 151Conversion}).
152 152
153The @code{find-file-noselect} function returns the buffer that is 153The @code{find-file-noselect} function usually returns the buffer that
154visiting the file @var{filename}. 154is visiting the file @var{filename}. But, if wildcards are actually
155used and expanded, it returns a list of buffer tha are visiting the
156various files.
155 157
156@example 158@example
157@group 159@group