]> gitweb.factorcode.org Git - factor.git/commitdiff
Documentation code fixed
authorAlfredo Beaumont <alfredo.beaumont@gmail.com>
Sun, 13 Jul 2008 17:11:46 +0000 (19:11 +0200)
committerAlfredo Beaumont <alfredo.beaumont@gmail.com>
Sun, 13 Jul 2008 17:11:46 +0000 (19:11 +0200)
extra/ctags/etags/etags-docs.factor

index c38404740ad668d16dfcf3ccdb6c609ee015c635..5bd4e10b54df38e11d9164c93892e3571c588758 100644 (file)
@@ -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