summaryrefslogtreecommitdiff
path: root/doc/ref/api-procedures.texi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-01-05 23:38:10 +0100
committerLudovic Courtès <ludo@gnu.org>2012-01-05 23:38:10 +0100
commitb3da54d1813f34fca31cdb5fd3db90b9141b1b7a (patch)
tree52a6ea1a154816fece46bac4850c0f9b3d8861b9 /doc/ref/api-procedures.texi
parenta3989357b32ba51c0780732e06c88baec16d3229 (diff)
downloadguile-b3da54d1813f34fca31cdb5fd3db90b9141b1b7a.tar.gz
Placate a number of `syntax-check' verifications.
- "filesystem" -> "file system" - remove doubled words - use EXIT_* macros instead of literal numbers - update `syntax-check' exclusion files
Diffstat (limited to 'doc/ref/api-procedures.texi')
-rw-r--r--doc/ref/api-procedures.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi
index f1861a54a..2b4a05e08 100644
--- a/doc/ref/api-procedures.texi
+++ b/doc/ref/api-procedures.texi
@@ -1,7 +1,7 @@
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
-@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2009, 2010, 2011
-@c Free Software Foundation, Inc.
+@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2009, 2010,
+@c 2011, 2012 Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@node Procedures
@@ -838,7 +838,7 @@ demonstrably improves performance in a crucial way.
In general, only small procedures should be considered for inlining, as
making large procedures inlinable will probably result in an increase in
code size. Additionally, the elimination of the call overhead rarely
-matters for for large procedures.
+matters for large procedures.
@deffn {Scheme Syntax} define-inlinable (name parameter ...) body ...
Define @var{name} as a procedure with parameters @var{parameter}s and