1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 23:00:22 +02:00

(Defining new Scheme procedures in C): remove : - note:

causes spurious info reference.
This commit is contained in:
Han-Wen Nienhuys 2004-08-16 18:55:21 +00:00
parent ffa921b45b
commit d2f92abe2c

View file

@ -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 procedures in C. The ugly mess of arguments is required because of how
C handles procedures with variable numbers of arguments. C handles procedures with variable numbers of arguments.
@strong{Note:} what about documentation strings? @strong{Note} what about documentation strings?
@cartouche @cartouche
There are several important considerations to be made when writing the C There are several important considerations to be made when writing the C