From: Chris Hanson Date: Thu, 24 Feb 2000 00:59:01 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~4244 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a5f8ffade7e5f6dad00e97e6427c181e1d000f2b;p=mit-scheme.git Fix typo. --- diff --git a/v7/src/edwin/hlpcom.scm b/v7/src/edwin/hlpcom.scm index d443c1977..cdfdc37c8 100644 --- a/v7/src/edwin/hlpcom.scm +++ b/v7/src/edwin/hlpcom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: hlpcom.scm,v 1.112 2000/02/23 23:00:20 cph Exp $ +;;; $Id: hlpcom.scm,v 1.113 2000/02/24 00:59:01 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; @@ -359,7 +359,7 @@ If you want VALUE to be a string, you must surround it with doublequotes." (find-terminator start* index #\] subst-key comtabs)) ((char=? #\{ (string-ref string next)) - (find-terminator start* index #\] + (find-terminator start* index #\} show-bindings comtabs)) ((char=? #\< (string-ref string next)) (find-terminator start* index #\>