mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
Change 3 instances of @var to @code in docstrings.
This commit is contained in:
parent
500b0d5b72
commit
3939e9df35
4 changed files with 9 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue