From: Chris Hanson Date: Fri, 13 Nov 1992 22:16:17 +0000 (+0000) Subject: Change list of help commands to include describe-syntax. X-Git-Tag: 20090517-FFI~8776 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9f9d8f7d738a6ef8e377f9b2cf6cc968804f7d6d;p=mit-scheme.git Change list of help commands to include describe-syntax. --- diff --git a/v7/src/edwin/hlpcom.scm b/v7/src/edwin/hlpcom.scm index 1027fe99d..310f74ec6 100644 --- a/v7/src/edwin/hlpcom.scm +++ b/v7/src/edwin/hlpcom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: hlpcom.scm,v 1.104 1992/09/25 01:01:02 cph Exp $ +;;; $Id: hlpcom.scm,v 1.105 1992/11/13 22:16:17 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-92 Massachusetts Institute of Technology ;;; @@ -74,6 +74,7 @@ K describe-key. Type a key sequence; L view-lossage. Prints the last 100 characters you typed. M describe-mode. Print documentation of current major mode, which describes the commands peculiar to it. +S describe-syntax. Display contents of syntax table, plus explanations. T help-with-tutorial. Select the Emacs learn-by-doing tutorial. V describe-variable. Type a variable name and get its documentation. W where-is. Type a command name and get its key binding."