Re: undocumented bound symbols

2007-07-10 Thread Ludovic Courtès
Hi,

Jon Wilson [EMAIL PROTECTED] writes:

 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.

I committed something similar, thanks!

Note that most of the other undocumented symbols you listed are either
from RnRS or some SRFI.

Thanks,
Ludovic.



___
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


Re: undocumented bound symbols

2007-06-27 Thread Jon Wilson

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
 
___
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user