diff options
author | Ludovic Courtès <ludo@gnu.org> | 2011-09-10 15:31:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2011-09-11 00:43:23 +0200 |
commit | d5f76917820a00ea94f9904c3fd1dcef1c37bd95 (patch) | |
tree | 6637c4bcd95fe82208a29d853c47aa9b96c18863 | |
parent | fe1336405062c69ff08fd7ad0d98c3f2aca7766f (diff) | |
download | guile-d5f76917820a00ea94f9904c3fd1dcef1c37bd95.tar.gz |
doc: Fix typo regarding vhashes.
* doc/ref/api-compound.texi (VHashes): s/vlist-/alist-/.
-rw-r--r-- | doc/ref/api-compound.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi index da8813baf..c52fed42c 100644 --- a/doc/ref/api-compound.texi +++ b/doc/ref/api-compound.texi @@ -3207,7 +3207,7 @@ key is typically a constant-time operation. The VHash programming interface of @code{(ice-9 vlist)} is mostly the same as that of association lists found in SRFI-1, with procedure names prefixed by -@code{vhash-} instead of @code{vlist-} (@pxref{SRFI-1 Association Lists}). +@code{vhash-} instead of @code{alist-} (@pxref{SRFI-1 Association Lists}). In addition, vhashes can be manipulated using VList operations: |