From b1bc2ff7af1180c2a3a160683bde41fe66ba5701 Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos <dharmatech@finkelstein.stackeffects.info> Date: Thu, 8 May 2008 06:35:42 -0500 Subject: [PATCH] io.files: Minor help fix --- core/io/files/files-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/io/files/files-docs.factor b/core/io/files/files-docs.factor index d18babf31b..dd550070a4 100755 --- a/core/io/files/files-docs.factor +++ b/core/io/files/files-docs.factor @@ -277,7 +277,7 @@ HELP: append-path HELP: prepend-path { $values { "str1" "a string" } { "str2" "a string" } { "str" "a string" } } -{ $description "Concatenates two pathnames." } ; +{ $description "Appends str1 onto str2 to form a pathname." } ; { append-path prepend-path } related-words