summary refs log tree commit diff
path: root/mew.svnwiki
diff options
context:
space:
mode:
Diffstat (limited to 'mew.svnwiki')
-rw-r--r--mew.svnwiki4
1 files changed, 4 insertions, 0 deletions
diff --git a/mew.svnwiki b/mew.svnwiki
index 7fd2d57..09c6d86 100644
--- a/mew.svnwiki
+++ b/mew.svnwiki
@@ -211,6 +211,10 @@ Reverse function compose all {{<fun>}}, then apply to {{<obj>}}.
 
 Alias for {{act}}.
 
+<syntax>(=>* <form> <fun>...)</syntax>
+
+Like {{=>}}, but {{<form>}} may return multiple values.
+
 <syntax>(set=> <loc> <fun>...)</set>
 
 Shortcut for {{(set <loc> (=> <loc> <fun>...))}}.