This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

doc patch


Below is a small patch for kawa.texi

Regards,
Chris Dean

Index: doc/kawa.texi
===================================================================
RCS file: /cvs/kawa/kawa/doc/kawa.texi,v
retrieving revision 1.127
diff -u -r1.127 kawa.texi
--- doc/kawa.texi	27 Jan 2003 03:31:37 -0000	1.127
+++ doc/kawa.texi	6 Apr 2003 03:45:07 -0000
@@ -2177,7 +2177,7 @@
 displaying @var{msg} and writing @var{args}.
 This normally prints a stack trace, and brings you back to
 the top level, or exits kawa if you are not running interactively.
-This procedure is part of SRFI-25 and other Scheme implementations.
+This procedure is part of SRFI-23 and other Scheme implementations.
 @end deffn
 
 @defun primitive-throw exception
@@ -2961,7 +2961,7 @@
 print a number as an ``old fashioned'' Roman numeral.
 @item @code{~:R}
 print a number as an ordinal English number.
- at item @code{~:@@R}
+ at item @code{~R}
 print a number as a cardinal English number.
 @item @code{~P}
 Plural.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]