From 9513d70fd255dfad4a6ea087f9a67d779ebb1ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Fri, 18 Sep 2015 18:16:18 +0200 Subject: [PATCH] doc: mention directory additional key argument MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel KochmaƄski --- src/doc/help.lsp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/doc/help.lsp b/src/doc/help.lsp index 0dc923156..3ad5e9af0 100644 --- a/src/doc/help.lsp +++ b/src/doc/help.lsp @@ -1156,9 +1156,11 @@ such character exists.") If CHAR represents a digit in radix N, then returns an integer represented by that digit. Otherwise, returns NIL.") -(docfun directory function (filespec) " -Returns a list of full pathnames of all those files that match FILESPEC. -FILESPEC may be a symbol, a string, a pathname, or a file stream.") +(docfun directory function (filespec &key (resolve-symbols T)) " +Returns a list of full pathnames of all those files that match +FILESPEC. FILESPEC may be a symbol, a string, a pathname, or a file +stream. If RESOLVE-SYMBOLS set to NIL then it doesn't follow +symlinks.") (docfun directory-namestring function (filespec) " Returns as a string the directory part of the pathname specified by FILESPEC.