aboutsummaryrefslogtreecommitdiffstats
path: root/format.texi
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:06:40 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:06:40 -0800
commita69c9fb665459e2bfdbda1bf80741a0af31a7faf (patch)
treef0bc974f8805049e6b9a4e6864886298fbaa05a4 /format.texi
parent4684239efa63dc1b2c1cbe37ef7d3062029f5532 (diff)
downloadslib-a69c9fb665459e2bfdbda1bf80741a0af31a7faf.tar.gz
slib-a69c9fb665459e2bfdbda1bf80741a0af31a7faf.zip
New upstream version 3b5upstream/3b5upstream
Diffstat (limited to 'format.texi')
-rwxr-xr-x[-rw-r--r--]format.texi7
1 files changed, 2 insertions, 5 deletions
diff --git a/format.texi b/format.texi
index 34d5e0a..e662331 100644..100755
--- a/format.texi
+++ b/format.texi
@@ -30,11 +30,8 @@ error port. Characters are output as if the string were output by the
@code{display} function with the exception of those prefixed by a tilde
(~). For a detailed description of the @var{format-string} syntax
please consult a Common LISP format reference manual. For a test suite
-to verify this format implementation load @file{formatst.scm}. Please
-send bug reports to @code{lutzeb@@cs.tu-berlin.de}.
-
-Note: @code{format} is not reentrant, i.e. only one @code{format}-call
-may be executed at a time.
+to verify this format implementation load @file{formatst.scm}.
+@c Please send bug reports to @code{lutzeb@@cs.tu-berlin.de}.
@end defun