Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Tue, 29 Feb 2000 02:56:12 +0000 (02:56 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 29 Feb 2000 02:56:12 +0000 (02:56 +0000)
v7/src/edwin/texcom.scm

index 5f1acec52180867b04d5418474f44171d344bf73..ca0852ae3239b767e16f833e4e8e9f072e641ec9 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: texcom.scm,v 1.42 2000/02/29 02:41:23 cph Exp $
+;;; $Id: texcom.scm,v 1.43 2000/02/29 02:56:12 cph Exp $
 ;;;
 ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology
 ;;;
@@ -42,7 +42,7 @@
 (modify-syntax-entry! text-mode:syntax-table #\} "){  ")
 (modify-syntax-entry! text-mode:syntax-table #\' "w   ")
 
-(define-variable scheme-mode-abbrev-table
+(define-variable text-mode-abbrev-table
   "Mode-specific abbrev table for Text mode."
   (make-abbrev-table)
   abbrev-table?)