diff options
Diffstat (limited to 'glob.txi')
-rwxr-xr-x[-rw-r--r--] | glob.txi | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -94,7 +94,8 @@ deleted automatically and the value(s) yielded by the @var{proc} is(are) returned. @var{k} may be ommited, in which case it defaults to @code{1}. -@defunx call-with-tmpnam proc suffix1 @dots{} +@end defun +@defun call-with-tmpnam proc suffix1 @dots{} Calls @var{proc} with strings returned by successive calls to @code{tmpnam}, each with the corresponding @var{suffix} string appended. If @var{proc} returns, then any files named by the arguments to @var{proc} are |