aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-29 00:14:20 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-11-06 00:46:26 +0100
commit046a81bfb4b95cb5c0ac8e9e7990dd7c64204458 (patch)
tree6d91ab83d753a065e99f673e8958777304491203 /doc
parentAdd tests for base module-introspection module. (diff)
downloadcalp-046a81bfb4b95cb5c0ac8e9e7990dd7c64204458.tar.gz
calp-046a81bfb4b95cb5c0ac8e9e7990dd7c64204458.tar.xz
Remove and=>>.
It was a really nice procedure, but was largely made obsolete with the introduction of the `do` notation.
Diffstat (limited to 'doc')
-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