comparison lispref/files.texi @ 71489:dc87235a6d17

(File Name Completion): Point user to the node "Reading File Names".
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 26 Jun 2006 11:20:30 +0000
parents f1944cae0a63
children 7a02f6176795 138ce2701550
comparison
equal deleted inserted replaced
71488:84c1a2317e0b 71489:dc87235a6d17
2201 @subsection File Name Completion 2201 @subsection File Name Completion
2202 @cindex file name completion subroutines 2202 @cindex file name completion subroutines
2203 @cindex completion, file name 2203 @cindex completion, file name
2204 2204
2205 This section describes low-level subroutines for completing a file 2205 This section describes low-level subroutines for completing a file
2206 name. For other completion functions, see @ref{Completion}. 2206 name. For higher level functions, see @ref{Reading File Names}.
2207 2207
2208 @defun file-name-all-completions partial-filename directory 2208 @defun file-name-all-completions partial-filename directory
2209 This function returns a list of all possible completions for a file 2209 This function returns a list of all possible completions for a file
2210 whose name starts with @var{partial-filename} in directory 2210 whose name starts with @var{partial-filename} in directory
2211 @var{directory}. The order of the completions is the order of the files 2211 @var{directory}. The order of the completions is the order of the files