projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67ca7d6
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 23 Feb 2000 22:59:01 +0000
(22:59 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 23 Feb 2000 22:59:01 +0000
(22:59 +0000)
v7/src/edwin/hlpcom.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/hlpcom.scm
b/v7/src/edwin/hlpcom.scm
index 95ef656329b942d92c5cbc3b9b721bbd25a582ca..a7863fdc7c5d8bc44a16458d643397ac0a0a8483 100644
(file)
--- a/
v7/src/edwin/hlpcom.scm
+++ b/
v7/src/edwin/hlpcom.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: hlpcom.scm,v 1.11
0 2000/02/23 22:44:50
cph Exp $
+;;; $Id: hlpcom.scm,v 1.11
1 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 argument
s
'ERROR)))))
+ (mode-comtabs (name->mode argument 'ERROR)))))
(quote-next
(lambda (start comtabs)
(if (fix:= start end)