From fafdb39627b31800e032b1fc6e937aae14a65950 Mon Sep 17 00:00:00 2001 From: Alfredo Beaumont Date: Sun, 13 Jul 2008 19:11:46 +0200 Subject: [PATCH] Documentation code fixed --- extra/ctags/etags/etags-docs.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/ctags/etags/etags-docs.factor b/extra/ctags/etags/etags-docs.factor index c38404740a..5bd4e10b54 100644 --- a/extra/ctags/etags/etags-docs.factor +++ b/extra/ctags/etags/etags-docs.factor @@ -34,6 +34,6 @@ HELP: etags-write ( alist path -- ) HELP: etag-strings ( alist -- seq ) { $values { "alist" sequence } { "seq" sequence } } -{ $description "Converts an " { $snippet "alist" } " with etag format (a path as key and a vector containing word/line pairs) in a " { $snippet "seq" } " of strings." } +{ $description "Converts an " { $snippet "alist" } " with etag format (a path as key and a vector containing word/line pairs) in a " { $snippet "seq" } " of strings." } ; -ABOUT: "etags" \ No newline at end of file +ABOUT: "etags" ; \ No newline at end of file