summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2002-03-15 09:40:57 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2002-03-15 09:40:57 +0000
commit3939e9df35e397a4a8f969275a9ad031e95d9cad (patch)
treefe407218189404b279f35f7cf26529cdb1b36787
parent500b0d5b727b2473fb68f3676bbbef047a7965cc (diff)
downloadguile-3939e9df35e397a4a8f969275a9ad031e95d9cad.tar.gz
Change 3 instances of @var to @code in docstrings.
-rw-r--r--libguile/ChangeLog6
-rw-r--r--libguile/debug.c2
-rw-r--r--libguile/eval.c2
-rw-r--r--libguile/read.c2
4 files changed, 9 insertions, 3 deletions
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 <neil@ossau.uklinux.net>
+
+ * 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 <mvo@zagadka.ping.de>
* 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,