summary refs log tree commit diff
path: root/mew.svnwiki
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-11-04 17:23:35 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-11-04 17:23:35 +0100
commit41ed789fc20905ac1d82720c7ec7259fc7dd28a2 (patch)
treed9e899e1ed056b678f265d040438a399c8b8eae8 /mew.svnwiki
parent877a1dbf7c9cd2901a7f5de175afca1b45df2956 (diff)
downloadmew-41ed789fc20905ac1d82720c7ec7259fc7dd28a2.tar.gz
mew-41ed789fc20905ac1d82720c7ec7259fc7dd28a2.tar.xz
mew-41ed789fc20905ac1d82720c7ec7259fc7dd28a2.zip
re-implement =?, which also implements hash-table equality and is variadic
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 142fb2a..eab7e64 100644
--- a/mew.svnwiki
+++ b/mew.svnwiki
@@ -244,7 +244,8 @@ If {{<obj>}} is false, read all data from {{*current-input-port*}}.
 
 <procedure>(=? <val>...)</procedure>
 
-Alias for {{equal?}}.
+Return true if all values are {{equal?}} or hash-tables with same
+set of keys and {{equal?}} values.
 
 <procedure>(<>? <val1> <val2> ...)</procedure>