summaryrefslogtreecommitdiff
path: root/srfi/srfi-13.scm
diff options
context:
space:
mode:
authorGary Houston <ghouston@arglist.com>2001-07-06 21:10:47 +0000
committerGary Houston <ghouston@arglist.com>2001-07-06 21:10:47 +0000
commit99f59e93b517f163b00e3cbe47bc65cd0c209a0b (patch)
treed58964b477dd5d6a47d5d2c03dd20fabb57e8eae /srfi/srfi-13.scm
parent373f4948c5117514a71fbe87ab1e15a138956e49 (diff)
downloadguile-99f59e93b517f163b00e3cbe47bc65cd0c209a0b.tar.gz
* srfi-1.scm (iota, map, for-each, list-index, member, delete,
delete!, assoc): roll back the previous change. instead place dummy definitions in a deprecated block at the beginning as in srfi-13.scm.
Diffstat (limited to 'srfi/srfi-13.scm')
-rw-r--r--srfi/srfi-13.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi/srfi-13.scm b/srfi/srfi-13.scm
index 8fe674f1e..ba1ff6fc1 100644
--- a/srfi/srfi-13.scm
+++ b/srfi/srfi-13.scm
@@ -45,7 +45,7 @@
(begin-deprecated
;; Prevent `export' from re-exporting core bindings. This behaviour
- ;; of `export' is deprecated and will disappear in one f the next
+ ;; of `export' is deprecated and will disappear in one of the next
;; releases.
(define string->list #f)
(define string-copy #f)