1
Fork 0
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:
Mikael Djurfeldt 2000-04-13 00:15:21 +00:00
parent 068cb5392f
commit 2f52380ca9

View file

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