diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2011-02-13 22:13:33 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2011-02-13 22:13:33 +0000 |
commit | 679cceeda4e45ac03a10cc9c8adac1446571dd9a (patch) | |
tree | 07f5ec087c9de83847f7303e6cfbe7d81a16043b /doc/ref/api-control.texi | |
parent | 4827afeb133db687eed06482bd912962da81c54b (diff) | |
download | guile-679cceeda4e45ac03a10cc9c8adac1446571dd9a.tar.gz |
Misc textual editing
* doc/ref/api-scheduling.texi (Asyncs): "queueing" -> "queuing".
* benchmark-suite/lib.scm, doc/sources/unix.texi (Unix conventions),
test-suite/lib.scm: "postpend" -> "append".
* doc/ref/api-compound.texi (Array Syntax, Dictionary Types),
doc/ref/api-control.texi (Catch), doc/ref/api-data.texi (Complex
Numbers, Conversion, Random, Symbol Props, Symbol Uninterned),
doc/ref/api-options.texi (Build Config, Common Feature Symbols),
doc/ref/api-regex.texi (Match Structures),
doc/ref/api-undocumented.texi, doc/ref/compiler.texi (Tree-IL,
GLIL), doc/ref/data-rep.texi (Immediate objects), doc/ref/goops.texi
(Slot Description Example), doc/ref/history.texi (A Scheme of Many
Maintainers, Status), doc/ref/libguile-program.texi (Available
Functionality), doc/ref/misc-modules.texi (Formatted Output),
doc/ref/mod-getopt-long.texi (getopt-long Reference),
doc/ref/posix.texi (Network Socket Address, Network Sockets and
Communication), doc/ref/srfi-modules.texi (SRFI-1 Association Lists,
SRFI-10, SRFI-19 String to date, SRFI-27 Random Sources),
doc/ref/vm.texi (Instruction Set, Top-Level Environment
Instructions, Procedure Call and Return Instructions),
doc/sources/unix.texi (Unix conventions): Correct spacing after
"i.e." and "e.g.".
Diffstat (limited to 'doc/ref/api-control.texi')
-rw-r--r-- | doc/ref/api-control.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi index 7a5fb1e24..1f33c43b5 100644 --- a/doc/ref/api-control.texi +++ b/doc/ref/api-control.texi @@ -777,7 +777,7 @@ means that the @code{catch} applies to all exceptions, irrespective of their type. The second argument of a @code{catch} expression should be a thunk -(i.e. a procedure that accepts no arguments) that specifies the normal +(i.e.@: a procedure that accepts no arguments) that specifies the normal case code. The @code{catch} is active for the execution of this thunk, including any code called directly or indirectly by the thunk's body. Evaluation of the @code{catch} expression activates the catch and then |