diff options
Diffstat (limited to 'libguile/eval.c')
-rw-r--r-- | libguile/eval.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libguile/eval.c b/libguile/eval.c index f0a4ea51f..8d11570fc 100644 --- a/libguile/eval.c +++ b/libguile/eval.c @@ -443,10 +443,12 @@ scm_t_option scm_eval_opts[] = { scm_t_option scm_debug_opts[] = { { SCM_OPTION_BOOLEAN, "cheap", 1, "*This option is now obsolete. Setting it has no effect." }, - { SCM_OPTION_BOOLEAN, "breakpoints", 0, "*Check for breakpoints." }, - { SCM_OPTION_BOOLEAN, "trace", 0, "*Trace mode." }, + { SCM_OPTION_BOOLEAN, "breakpoints", 0, + "*This option is now obsolete. Setting it has no effect." }, + { SCM_OPTION_BOOLEAN, "trace", 0, + "*This option is now obsolete. Setting it has no effect." }, { SCM_OPTION_BOOLEAN, "procnames", 1, - "Record procedure names at definition." }, + "*This option is now obsolete. Setting it has no effect." }, { SCM_OPTION_BOOLEAN, "backwards", 0, "Display backtrace in anti-chronological order." }, { SCM_OPTION_INTEGER, "width", 79, "Maximal width of backtrace." }, |