diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 7606c53ac..738e23e86 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2002-03-15 Neil Jerram + + * debug.c (scm_debug_options), eval.c + (scm_eval_options_interface), read.c (scm_read_options): Change + incorrect @var in docstring to @code. + 2002-03-14 Marius Vollmer * unif.c (singp): Use SCM_REALP instead of SCM_SLOPPY_REALP. diff --git a/libguile/debug.c b/libguile/debug.c index c4078f5a4..a7e2e9932 100644 --- a/libguile/debug.c +++ b/libguile/debug.c @@ -76,7 +76,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; diff --git a/libguile/eval.c b/libguile/eval.c index a14653f91..523f7adb5 100644 --- a/libguile/eval.c +++ b/libguile/eval.c @@ -1779,7 +1779,7 @@ SCM_DEFINE (scm_eval_options_interface, "eval-options-interface", 0, 1, 0, (SCM setting), "Option interface for the evaluation options. Instead of using\n" "this procedure directly, use the procedures @code{eval-enable},\n" - "@code{eval-disable}, @code{eval-set!} and @var{eval-options}.") + "@code{eval-disable}, @code{eval-set!} and @code{eval-options}.") #define FUNC_NAME s_scm_eval_options_interface { SCM ans; diff --git a/libguile/read.c b/libguile/read.c index 5ac971977..36a9fff2d 100644 --- a/libguile/read.c +++ b/libguile/read.c @@ -79,7 +79,7 @@ SCM_DEFINE (scm_read_options, "read-options-interface", 0, 1, 0, (SCM setting), "Option interface for the read options. Instead of using\n" "this procedure directly, use the procedures @code{read-enable},\n" - "@code{read-disable}, @code{read-set!} and @var{read-options}.") + "@code{read-disable}, @code{read-set!} and @code{read-options}.") #define FUNC_NAME s_scm_read_options { SCM ans = scm_options (setting,