diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-07-17 02:23:12 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-07-17 02:23:12 +0000 |
commit | 08f0f5e9cd19326fb6951448e5ddda4d86b15145 (patch) | |
tree | 509de09a0659d357d411ee8930af1f68b0efee13 /lispref/files.texi | |
parent | b6954afd99c5dedeb4d473c885b78e5453ab5e8c (diff) | |
download | emacs-08f0f5e9cd19326fb6951448e5ddda4d86b15145.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/files.texi')
-rw-r--r-- | lispref/files.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/files.texi b/lispref/files.texi index ac00ba9970c..a94cb2c080e 100644 --- a/lispref/files.texi +++ b/lispref/files.texi @@ -113,8 +113,8 @@ It uses an existing buffer if there is one, and otherwise creates a new buffer and reads the file into it. You may make the buffer current or display it in a window if you wish, but this function does not do so. -If @var{wildcards} is non-@code{nil}, which is always true in an -interactive call, then @code{find-file-noselect} expands wildcard +If @var{wildcards} is non-@code{nil}, +then @code{find-file-noselect} expands wildcard characters in @var{filename} and visits all the matching files. When @code{find-file-noselect} uses an existing buffer, it first @@ -1925,9 +1925,9 @@ This function returns a list of all versions of the file named @tindex file-expand-wildcards @defun file-expand-wildcards pattern &optional full This function expands the wildcard pattern @var{pattern}, returning -alist of file names that match it. +a list of file names that match it. -If @var{pattern} is written as an absolute relative file name, +If @var{pattern} is written as an absolute file name, the values are absolute also. If @var{pattern} is written as a relative file name, it is interpreted |