1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Change 3 instances of @var to @code in docstrings.

This commit is contained in:
Neil Jerram 2002-03-15 09:40:57 +00:00
parent 500b0d5b72
commit 3939e9df35
4 changed files with 9 additions and 3 deletions

View 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;