From 85d0c607b0c0b2c3aaf25a4f6534c788cee61890 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 6 Mar 2013 17:35:53 -0800 Subject: [PATCH] io.directories: fix docs for (directory-entries). --- basis/io/directories/directories-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/io/directories/directories-docs.factor b/basis/io/directories/directories-docs.factor index 056b1c8396..11ab475f9a 100644 --- a/basis/io/directories/directories-docs.factor +++ b/basis/io/directories/directories-docs.factor @@ -32,7 +32,7 @@ $nl "If " { $snippet "path" } " is relative, it is first resolved relative to the current directory. If " { $snippet "path" } " is absolute, it becomes the new current directory." } ; HELP: (directory-entries) -{ $values { "path" "a pathname string" } { "seq" "a sequence of " { $snippet "{ name dir? }" } " pairs" } } +{ $values { "path" "a pathname string" } { "seq" "a sequence of " { $link directory-entry } " objects" } } { $description "Outputs the contents of a directory named by " { $snippet "path" } "." } { $notes "This is a low-level word, and user code should call one of the related words instead." } ;