Change 3 instances of @var to @code in docstrings.
authorNeil Jerram <neil@ossau.uklinux.net>
Fri, 15 Mar 2002 09:40:57 +0000 (09:40 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Fri, 15 Mar 2002 09:40:57 +0000 (09:40 +0000)
libguile/ChangeLog
libguile/debug.c
libguile/eval.c
libguile/read.c

index 7606c53..738e23e 100644 (file)
@@ -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.
index c4078f5..a7e2e99 100644 (file)
@@ -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;
index a14653f..523f7ad 100644 (file)
@@ -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;
index 5ac9719..36a9fff 100644 (file)
@@ -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,