Expand the startup message on how to get help to include the tutorial
authorTaylor R. Campbell <net/mumble/campbell>
Sun, 30 Apr 2006 04:11:38 +0000 (04:11 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Sun, 30 Apr 2006 04:11:38 +0000 (04:11 +0000)
key, and clarify the meaning of `C-h'.

v7/src/edwin/editor.scm

index 096c837a9085e40fc8d072a0fb73d5bd8e45a19b..63438c7f2f80acf8391728aac7484cb0e909794c 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: editor.scm,v 1.260 2005/12/09 07:06:23 riastradh Exp $
+$Id: editor.scm,v 1.261 2006/04/30 04:11:38 riastradh Exp $
 
 Copyright 1986,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
 Copyright 1994,1995,1996,1997,1998,1999 Massachusetts Institute of Technology
@@ -190,7 +190,9 @@ USA.
                  (newline port)))
               (cmdl-message/strings
                "You are in an interaction window of the Edwin editor."
-               "Type C-h for help.  C-h m will describe some commands.")))))))
+                "Type `C-h' for help, or `C-h t' for a tutorial."
+                "`C-h m' will describe some commands."
+                "`C-h' means: hold down the Ctrl key and type `h'.")))))))
 
 (define inhibit-editor-init-file? #f)
 (define init-file-loaded? #f)