ports/lang/slib/files/patch-dirs.txi
Guido Falsi cc5c75bd95 - Update slib and slib-guile to 3b4
- Fix build for lang/slib with new texinfo [1]
- Convert slib-guile @exec/@unexec directives to post install/deinstall scripts
- Add new port slib-guile2 based on slib-guile
- Remove dirrms

MFH:	2014Q4
2014-10-05 13:29:40 +00:00

21 lines
749 B
Text

--- dirs.txi.orig 2013-05-12 04:47:55 UTC
+++ dirs.txi
@@ -26,14 +26,15 @@
each file in @var{directory}. The dynamic order in which @var{proc} is
applied to the filenames is unspecified. The value returned by
@samp{directory-for-each} is unspecified.
+@end defun
-@defunx directory-for-each proc directory pred
+@defun directory-for-each proc directory pred
Applies @var{proc} only to those filenames for which the procedure
@var{pred} returns a non-false value.
+@end defun
-
-@defunx directory-for-each proc directory match
+@defun directory-for-each proc directory match
Applies @var{proc} only to those filenames for which
@code{(filename:match?? @var{match})} would return a non-false value
(@pxref{Filenames, , , slib, SLIB}).