From cff379753705d1df9ac85612e7262aa1b2833dbc Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 29 Feb 2000 02:56:12 +0000 Subject: [PATCH] Fix typo. --- v7/src/edwin/texcom.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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?) -- 2.25.1