1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 00:10:21 +02:00

(help-usage): Mention support for "(help 'NAME)".

This commit is contained in:
Thien-Thi Nguyen 2001-05-18 17:10:42 +00:00
parent d58f1edfad
commit 1de3b33b0b

View file

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