removed unused doc.txt entries from info.ss files

svn: r8529

original commit: 59b5f3a72758c7d6eaec0a04f243e76afbb43762
tokens
Eli Barzilay 16 years ago
parent d617166dca
commit 28f8060651

@ -1,5 +1,4 @@
(module info setup/infotab
(define doc.txt "doc.txt")
(define name "Parser-tools"))

@ -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")

Loading…
Cancel
Save