1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00

(help-usage): Add blurb about "(help (my module))" support.

This commit is contained in:
Thien-Thi Nguyen 2001-04-28 00:35:02 +00:00
parent 7bb1bfc28f
commit 8bbe4c8235

View file

@ -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