From: Chris Hanson Date: Tue, 29 Feb 2000 02:56:12 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~4218 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=cff379753705d1df9ac85612e7262aa1b2833dbc;p=mit-scheme.git Fix typo. --- diff --git a/v7/src/edwin/texcom.scm b/v7/src/edwin/texcom.scm index 5f1acec52..ca0852ae3 100644 --- a/v7/src/edwin/texcom.scm +++ b/v7/src/edwin/texcom.scm @@ -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?)