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:
parent
500b0d5b72
commit
3939e9df35
4 changed files with 9 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue