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, 2 insertions, 2 deletions
diff --git a/mew.svnwiki b/mew.svnwiki
index 73e460f..c3671f4 100644
--- a/mew.svnwiki
+++ b/mew.svnwiki
@@ -39,9 +39,9 @@ See Module%20(chicken%20base)#rec or SRFI-31.
 
 Often, using {{def}} in an inner scope is preferable to using {{rec}}.
 
-<syntax>(set <variable> <expression>)</syntax>
+<syntax>(set <location> <expression>)</syntax>
 
-Alias for {{set!}}.
+Like {{set!}}, but also return the value of {{<expression>}}.
 
 
 == Control flow