guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: undocumented bound symbols


From: Jon Wilson
Subject: Re: undocumented bound symbols
Date: Wed, 27 Jun 2007 14:45:18 -0400
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

Hi again,
In the interest of getting things started, I took care of one of the easy ones. I checked out the latest from CVS HEAD, and added both "1+" and "1-" to the manual there. Here is the output from cvs diff (attached). I have checked to make sure the docs still build properly. They do.
Regards,
Jon
? doc/ref/lib-version.texi
Index: doc/ref/api-data.texi
===================================================================
RCS file: /sources/guile/guile/guile-core/doc/ref/api-data.texi,v
retrieving revision 1.42
diff -r1.42 api-data.texi
1119a1120,1121
> @findex 1+
> @findex 1-
1160a1163,1172
> @deffn {Scheme Procedure} 1+ z
> @deffnx {C Function} scm_oneplus (z)
> Add one to the argument.  Equivalent to (+ z 1).
> @end deffn
> 
> @deffn {Scheme Procedure} 1- z
> @deffnx {C function} scm_oneminus (z)
> Subtract one from the argument.  Equivalent to (- z 1).
> @end deffn
> 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]