[armedbear-cvs] r12573 - trunk/abcl/doc/design/pathnames
Mark Evenson
mevenson at common-lisp.net
Fri Mar 26 08:57:39 UTC 2010
Author: mevenson
Date: Fri Mar 26 04:57:39 2010
New Revision: 12573
Log:
plist not alist.
Modified:
trunk/abcl/doc/design/pathnames/url-pathnames.markdown
Modified: trunk/abcl/doc/design/pathnames/url-pathnames.markdown
==============================================================================
--- trunk/abcl/doc/design/pathnames/url-pathnames.markdown (original)
+++ trunk/abcl/doc/design/pathnames/url-pathnames.markdown Fri Mar 26 04:57:39 2010
@@ -81,8 +81,8 @@
URL PATHNAME.
A URL PATHNAME always has a HOST component which is a proper list.
-This list will be an association list (alist). The association list
-values must be a string.
+This list will be an property list (plist). The property list
+values must be character strings.
:SCHEME
Scheme of URI ("http", "ftp", "bundle", etc.)
More information about the armedbear-cvs
mailing list