Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Wed, 23 Feb 2000 22:59:01 +0000 (22:59 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 23 Feb 2000 22:59:01 +0000 (22:59 +0000)
v7/src/edwin/hlpcom.scm

index 95ef656329b942d92c5cbc3b9b721bbd25a582ca..a7863fdc7c5d8bc44a16458d643397ac0a0a8483 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: hlpcom.scm,v 1.110 2000/02/23 22:44:50 cph Exp $
+;;; $Id: hlpcom.scm,v 1.111 2000/02/23 22:59:01 cph Exp $
 ;;;
 ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology
 ;;;
@@ -401,7 +401,7 @@ If you want VALUE to be a string, you must surround it with doublequotes."
         (new-mode
          (lambda (argument next comtabs)
            (find-escape next
-                        (mode-comtabs (name->mode arguments 'ERROR)))))
+                        (mode-comtabs (name->mode argument 'ERROR)))))
         (quote-next
          (lambda (start comtabs)
            (if (fix:= start end)