From 9d4484dccc78e33b64785b67c3138ecd8879310c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 24 Feb 2000 01:23:42 +0000 Subject: [PATCH] Show shell mode key bindings in mode help. --- v7/src/edwin/shell.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/shell.scm b/v7/src/edwin/shell.scm index 037fba4aa..33b75742d 100644 --- a/v7/src/edwin/shell.scm +++ b/v7/src/edwin/shell.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: shell.scm,v 1.21 1999/08/24 02:59:37 cph Exp $ +$Id: shell.scm,v 1.22 2000/02/24 01:23:42 cph Exp $ -Copyright (c) 1991-1999 Massachusetts Institute of Technology +Copyright (c) 1991-2000 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -50,6 +50,7 @@ this buffer's default directory the same as the shell's working directory. current directory stack is. \\[shell-dirtrack-toggle] turns directory tracking on and off. +\\{shell} Customisation: Entry to this mode runs the hooks on comint-mode-hook and shell-mode-hook (in that order). -- 2.25.1