* doco more indexing
@ 2003-05-23 23:45 Kevin Ryde
0 siblings, 0 replies; only message in thread
From: Kevin Ryde @ 2003-05-23 23:45 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 167 bytes --]
FYI,
* scheme-procedures.texi: Add index entries lambda, optargs, syncase.
(An aim is to get index entries for all module names, in this case
optargs and syncase.)
[-- Attachment #2: scheme-procedures.texi.indexing.diff --]
[-- Type: text/plain, Size: 804 bytes --]
--- scheme-procedures.texi.~1.11.~ 2002-08-11 00:09:55.000000000 +1000
+++ scheme-procedures.texi 2003-05-23 15:27:40.000000000 +1000
@@ -17,6 +17,7 @@
@node Lambda
@section Lambda: Basic Procedure Creation
+@cindex lambda
@c FIXME::martin: Review me!
@@ -140,6 +141,7 @@
Before using any of the procedures or macros defined in this section,
you have to load the module @code{(ice-9 optargs)} with the statement:
+@cindex @code{optargs}
@lisp
(use-modules (ice-9 optargs))
@end lisp
@@ -668,6 +670,7 @@
(lambda args #f))))
@end lisp
+@cindex @code{syncase}
In Guile, the @code{syntax-rules} system is provided by the @code{(ice-9
syncase)} module. To make these facilities available in your code,
include the expression @code{(use-syntax (ice-9 syncase))} (@pxref{Using
[-- Attachment #3: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-05-23 23:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-23 23:45 doco more indexing Kevin Ryde
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).