From 0755b9dfcb13a3e57c8687b43a5aa854b27e95aa Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 19 Sep 2001 13:03:25 +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: