From 28f8060651c8fc54be31003a2e69270b3a533037 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 4 Feb 2008 20:31:04 +0000 Subject: [PATCH] removed unused doc.txt entries from info.ss files svn: r8529 original commit: 59b5f3a72758c7d6eaec0a04f243e76afbb43762 --- collects/parser-tools/info.ss | 1 - collects/parser-tools/lex.ss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/collects/parser-tools/info.ss b/collects/parser-tools/info.ss index 4fe905d..ea6e25a 100644 --- a/collects/parser-tools/info.ss +++ b/collects/parser-tools/info.ss @@ -1,5 +1,4 @@ (module info setup/infotab - (define doc.txt "doc.txt") (define name "Parser-tools")) diff --git a/collects/parser-tools/lex.ss b/collects/parser-tools/lex.ss index 7cad6c5..5edc407 100644 --- a/collects/parser-tools/lex.ss +++ b/collects/parser-tools/lex.ss @@ -1,7 +1,7 @@ (module lex mzscheme ;; Provides the syntax used to create lexers and the functions needed to - ;; create and use the buffer that the lexer reads from. See doc.txt. + ;; create and use the buffer that the lexer reads from. See docs. (require-for-syntax (lib "list.ss") (lib "stx.ss" "syntax")