From d2f92abe2c4f82273f8a9e34629de8bdd8d8c47a Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 16 Aug 2004 18:55:21 +0000 Subject: [PATCH] (Defining new Scheme procedures in C): remove : - note: causes spurious info reference. --- doc/ref/gh.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/gh.texi b/doc/ref/gh.texi index 491c41d66..758be19b9 100644 --- a/doc/ref/gh.texi +++ b/doc/ref/gh.texi @@ -317,7 +317,7 @@ the sample programs @code{learn0} and @code{learn1}. procedures in C. The ugly mess of arguments is required because of how C handles procedures with variable numbers of arguments. -@strong{Note:} what about documentation strings? +@strong{Note} what about documentation strings? @cartouche There are several important considerations to be made when writing the C