1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 02:00:26 +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

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