summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/ChangeLog5
-rw-r--r--libguile/debug.c2
2 files changed, 6 insertions, 1 deletions
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 <neil@ossau.uklinux.net>
+
+ * debug.c (scm_debug_options): Change incorrect @var in docstring
+ to @code.
+
2002-03-14 Neil Jerram <neil@ossau.uklinux.net>
* 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;