Add mode-specific keybindings to mode help.
authorChris Hanson <org/chris-hanson/cph>
Thu, 9 Mar 2006 18:48:59 +0000 (18:48 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 9 Mar 2006 18:48:59 +0000 (18:48 +0000)
v7/src/edwin/intmod.scm

index a0b788d35831f9cdf1a7d0d9662bc5ddb65e9c00..3183c51854ee05d8b7d32615af5698d7a8cfb85a 100644 (file)
@@ -1,9 +1,10 @@
 #| -*-Scheme-*-
 
-$Id: intmod.scm,v 1.121 2005/04/01 05:07:13 cph Exp $
+$Id: intmod.scm,v 1.122 2006/03/09 18:48:59 cph Exp $
 
 Copyright 1986,1989,1991,1992,1993,1999 Massachusetts Institute of Technology
 Copyright 2000,2001,2002,2003,2004,2005 Massachusetts Institute of Technology
+Copyright 2006 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -443,7 +444,9 @@ The REPL may be controlled by the following commands:
 \\[inferior-cmdl-abort-top-level] aborts evaluation, returns to top level.
 \\[inferior-cmdl-abort-nearest] aborts evaluation, returns to current level.
 \\[inferior-cmdl-abort-previous] aborts evaluation, goes up one level.
-\\[inferior-cmdl-breakpoint] interrupts evaluation, enters a breakpoint."
+\\[inferior-cmdl-breakpoint] interrupts evaluation, enters a breakpoint.
+
+\\{inferior-repl}"
   (lambda (buffer)
     (event-distributor/invoke! (ref-variable inferior-repl-mode-hook buffer)
                               buffer)))