From b8ddfa7fd06cab98f52a54389a4dc9a4da226e02 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 19 Sep 2001 13:05:13 +0000 Subject: [PATCH] Commentary fix; nfc. --- ice-9/expect.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ice-9/expect.scm b/ice-9/expect.scm index 1c46a9921..0fb55b7b7 100644 --- a/ice-9/expect.scm +++ b/ice-9/expect.scm @@ -48,7 +48,7 @@ ;; variables: expect-port, expect-timeout, expect-timeout-proc, ;; expect-eof-proc, expect-char-proc, ;; expect-strings-compile-flags, expect-strings-exec-flags, -;; macros: expect +;; macros: expect, expect-strings ;;; Code: