From 046a81bfb4b95cb5c0ac8e9e7990dd7c64204458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 29 Oct 2023 00:14:20 +0200 Subject: Remove and=>>. It was a really nice procedure, but was largely made obsolete with the introduction of the `do` notation. --- doc/ref/general/util.texi | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc') diff --git a/doc/ref/general/util.texi b/doc/ref/general/util.texi index caf67c47..f353a5bd 100644 --- a/doc/ref/general/util.texi +++ b/doc/ref/general/util.texi @@ -264,12 +264,6 @@ list, in which case @var{->} inserts item as the second argument (after the operand), and @var{->>} inserts it last. @end defmac - -@defmac and=>> value procedures ... -Chained application of @code{and=>}, so applies each procedure from -left to right, stopping when one return @code{#f}. -@end defmac - @defun downcase-symbol Converts a symbol to lower case. @end defun -- cgit v1.2.3