From 8bbe4c8235c99c98eaf1b6df4776d040a1c6bcc5 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 28 Apr 2001 00:35:02 +0000 Subject: [PATCH] (help-usage): Add blurb about "(help (my module))" support. --- ice-9/session.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/ice-9/session.scm b/ice-9/session.scm index b470c6093..27dab6a3d 100644 --- a/ice-9/session.scm +++ b/ice-9/session.scm @@ -167,6 +167,7 @@ You don't seem to have regular expressions installed.\n")) (display "Usage: (help NAME) gives documentation about objects named NAME (a symbol) (help REGEXP) ditto for objects with names matching REGEXP (a string) (help ,EXPR) gives documentation for object returned by EXPR + (help (my module)) gives module commentary for `(my module)' (help) gives this text `help' searches among bindings exported from loaded modules, while