From ed50d91301cad9cd68a6066fe3f59e0fc44bf128 Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Mon, 2 Mar 1998 18:55:12 +0000
Subject: [PATCH] Add documentation for c-m-i and m-A.

---
 v7/src/edwin/schmod.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/v7/src/edwin/schmod.scm b/v7/src/edwin/schmod.scm
index a4a827367..4876b83ba 100644
--- a/v7/src/edwin/schmod.scm
+++ b/v7/src/edwin/schmod.scm
@@ -1,8 +1,8 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;	$Id: schmod.scm,v 1.40 1997/10/03 06:00:26 cph Exp $
+;;;	$Id: schmod.scm,v 1.41 1998/03/02 18:55:12 cph Exp $
 ;;;
-;;;	Copyright (c) 1986, 1989-96 Massachusetts Institute of Technology
+;;;	Copyright (c) 1986, 1989-98 Massachusetts Institute of Technology
 ;;;
 ;;;	This material was developed by the Scheme project at the
 ;;;	Massachusetts Institute of Technology, Department of
@@ -55,6 +55,8 @@
   "Major mode specialized for editing Scheme code.
 \\[lisp-indent-line] indents the current line for Scheme.
 \\[indent-sexp] indents the next s-expression.
+\\[scheme-complete-variable] completes the variable preceding point.
+\\[show-parameter-list] shows the parameters of the call surrounding point.
 
 The following commands evaluate Scheme expressions:
 
-- 
2.25.1