diff options
author | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-05-02 21:47:36 +0000 |
---|---|---|
committer | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-05-02 21:47:36 +0000 |
commit | 2d953700f66d3e5a72dd6fde05caf77ddda93a57 (patch) | |
tree | d884b0d60e8abafd58a4415e442cc9f7332d530f /srfi/srfi-10.scm | |
parent | c2c43dab1fbb81d26c7d1abc460da99f7d6174e1 (diff) | |
download | guile-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.scm | 2 |
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. |