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

Change @var to @code in docstring.

This commit is contained in:
Neil Jerram 2002-03-15 09:42:46 +00:00
parent 5a5464e533
commit 89a01d40f5
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-03-15 Neil Jerram <neil@ossau.uklinux.net>
* debug.c (scm_debug_options): Change incorrect @var in docstring
to @code.
2002-03-14 Neil Jerram <neil@ossau.uklinux.net> 2002-03-14 Neil Jerram <neil@ossau.uklinux.net>
* strop.c (scm_string_split): Correct quoting in docstring. * strop.c (scm_string_split): Correct quoting in docstring.

View file

@ -75,7 +75,7 @@ SCM_DEFINE (scm_debug_options, "debug-options-interface", 0, 1, 0,
(SCM setting), (SCM setting),
"Option interface for the debug options. Instead of using\n" "Option interface for the debug options. Instead of using\n"
"this procedure directly, use the procedures @code{debug-enable},\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 #define FUNC_NAME s_scm_debug_options
{ {
SCM ans; SCM ans;