summary refs log tree commit diff
path: root/mew.svnwiki
diff options
context:
space:
mode:
Diffstat (limited to 'mew.svnwiki')
-rw-r--r--mew.svnwiki3
1 files changed, 2 insertions, 1 deletions
diff --git a/mew.svnwiki b/mew.svnwiki
index 5b0d4b0..29eb4e9 100644
--- a/mew.svnwiki
+++ b/mew.svnwiki
@@ -230,7 +230,8 @@ the result, etc.  Stop if any value is false.
 <procedure>(op=> <obj> <form>...)</procedure>
 
 Like {{=>}}, but all {{<form>}} which are lists implicitly use {{op}}.
-If {{<form>}} is not a list, or an unquoted {{,}} list, it is used as is.
+If {{<form>}} is not a list, an unquoted {{,}} list, or a list not containing
+{{_}} directly, it is used as is.
 
 <procedure>(fun=> <form>...)</procedure>