mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 20:30:28 +02:00
(help-usage): Add blurb about "(help (my module))" support.
This commit is contained in:
parent
7bb1bfc28f
commit
8bbe4c8235
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue