summary refs log tree commit diff
path: root/mew.svnwiki
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-11-03 20:55:01 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-11-03 20:55:01 +0100
commit877a1dbf7c9cd2901a7f5de175afca1b45df2956 (patch)
treea93e8302c569efa247c0da7562ac11bd96bc5e36 /mew.svnwiki
parent121afda5a559ed39c42060697fe39e736e3383d9 (diff)
downloadmew-877a1dbf7c9cd2901a7f5de175afca1b45df2956.tar.gz
mew-877a1dbf7c9cd2901a7f5de175afca1b45df2956.tar.xz
mew-877a1dbf7c9cd2901a7f5de175afca1b45df2956.zip
prn: return value of last argument
Hat tip to Tom Lord, who called this `peek`.
Diffstat (limited to 'mew.svnwiki')
-rw-r--r--mew.svnwiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/mew.svnwiki b/mew.svnwiki
index a4916ef..142fb2a 100644
--- a/mew.svnwiki
+++ b/mew.svnwiki
@@ -223,7 +223,7 @@ Returns true if {{<va>}} is an unspecified value, else false.
 <procedure>(prn . <args>)</procedure>
 
 {{write}} all {{args}} separated by spaces and terminated by a newline
-to the current output stream.
+to the current output stream.  Returns the value of the last argument.
 
 <procedure>(puts . <args>)</procedure>