aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/general/util.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/general/util.texi')
-rw-r--r--doc/ref/general/util.texi6
1 files changed, 0 insertions, 6 deletions
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