* eval.c (scm_promise_p), list.c (scm_append_x, scm_reverse_x),
[bpt/guile.git] / libguile / throw.c
index a4e610b..8be37a0 100644 (file)
@@ -591,7 +591,7 @@ SCM_DEFINE (scm_throw, "throw", 1, 0, 1,
            "Invoke the catch form matching @var{key}, passing @var{args} to the\n"
            "@var{handler}.  \n\n"
            "@var{key} is a symbol.  It will match catches of the same symbol or of\n"
-           "#t.\n\n"
+           "@code{#t}.\n\n"
            "If there is no handler at all, Guile prints an error and then exits.")
 #define FUNC_NAME s_scm_throw
 {