summaryrefslogtreecommitdiff
path: root/srfi/srfi-10.scm
diff options
context:
space:
mode:
authorMartin Grabmüller <mgrabmue@cs.tu-berlin.de>2001-05-02 21:47:36 +0000
committerMartin Grabmüller <mgrabmue@cs.tu-berlin.de>2001-05-02 21:47:36 +0000
commit2d953700f66d3e5a72dd6fde05caf77ddda93a57 (patch)
treed884b0d60e8abafd58a4415e442cc9f7332d530f /srfi/srfi-10.scm
parentc2c43dab1fbb81d26c7d1abc460da99f7d6174e1 (diff)
downloadguile-2d953700f66d3e5a72dd6fde05caf77ddda93a57.tar.gz
* srfi-14.c, srfi-13.c: Added @bullet to various @itemize lists.
* srfi-10.scm: Typo fix.
Diffstat (limited to 'srfi/srfi-10.scm')
-rw-r--r--srfi/srfi-10.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi/srfi-10.scm b/srfi/srfi-10.scm
index 0ce743af3..8efef2693 100644
--- a/srfi/srfi-10.scm
+++ b/srfi/srfi-10.scm
@@ -37,7 +37,7 @@
;;; (define f '#,(file "/etc/passwd"))
;;; (read-line f)
;;; =>
-;;; :root:x:0:0:root:/root:/bin/bash"
+;;; "root:x:0:0:root:/root:/bin/bash"
;;;
;;; Please note the quote before the #,(file ...) expression. This is
;;; necessary because ports are not self-evaluating in Guile.