From 1de3b33b0b065d5229b70d56390da68622061004 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 18 May 2001 17:10:42 +0000 Subject: [PATCH] (help-usage): Mention support for "(help 'NAME)". --- ice-9/session.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/ice-9/session.scm b/ice-9/session.scm index 0519f5237..87ad2c5f7 100644 --- a/ice-9/session.scm +++ b/ice-9/session.scm @@ -191,6 +191,7 @@ You don't seem to have regular expressions installed.\n")) (define (help-usage) (display "Usage: (help NAME) gives documentation about objects named NAME (a symbol) (help REGEXP) ditto for objects with names matching REGEXP (a string) + (help 'NAME) gives documentation for NAME, even if it is not an object (help ,EXPR) gives documentation for object returned by EXPR (help (my module)) gives module commentary for `(my module)' (help) gives this text