From 89a01d40f5e4ebdfb924b8ec5e45e4db59e10030 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Fri, 15 Mar 2002 09:42:46 +0000 Subject: [PATCH] Change @var to @code in docstring. --- libguile/ChangeLog | 5 +++++ libguile/debug.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ffb4fe1ad..f17332150 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2002-03-15 Neil Jerram + + * debug.c (scm_debug_options): Change incorrect @var in docstring + to @code. + 2002-03-14 Neil Jerram * strop.c (scm_string_split): Correct quoting in docstring. diff --git a/libguile/debug.c b/libguile/debug.c index 303e69f5c..565856581 100644 --- a/libguile/debug.c +++ b/libguile/debug.c @@ -75,7 +75,7 @@ SCM_DEFINE (scm_debug_options, "debug-options-interface", 0, 1, 0, (SCM setting), "Option interface for the debug options. Instead of using\n" "this procedure directly, use the procedures @code{debug-enable},\n" - "@code{debug-disable}, @code{debug-set!} and @var{debug-options}.") + "@code{debug-disable}, @code{debug-set!} and @code{debug-options}.") #define FUNC_NAME s_scm_debug_options { SCM ans;