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:
parent
d58f1edfad
commit
1de3b33b0b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue