mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
*** empty log message ***
This commit is contained in:
parent
068cb5392f
commit
2f52380ca9
1 changed files with 7 additions and 4 deletions
|
@ -58,10 +58,11 @@ Prints useful information. Try `(help)'."
|
|||
*unspecified*)))))
|
||||
|
||||
(define (help-usage)
|
||||
(display "Usage: (help NAME) gives documentation about NAME (unquoted)
|
||||
(display "Usage: (help NAME) gives documentation about NAME
|
||||
(help) gives this text
|
||||
|
||||
Example: (help help)
|
||||
Examples: (help help)
|
||||
(help cons)
|
||||
|
||||
Other useful sources of helpful information:
|
||||
|
||||
|
@ -72,8 +73,10 @@ Other useful sources of helpful information:
|
|||
|
||||
Tools:
|
||||
|
||||
(debug) ;the debugger
|
||||
(backtrace) ;backtrace from last error
|
||||
(backtrace) ;show backtrace from last error
|
||||
(debug) ;enter the debugger
|
||||
(trace [PROCEDURE]) ;trace procedure (no arg => show)
|
||||
(untrace [PROCEDURE]) ;untrace (no arg => untrace all)
|
||||
|
||||
(OPTIONSET-options 'full) ;display option information
|
||||
(OPTIONSET-enable 'OPTION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue