mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 08:40:19 +02:00
* Miscellaneous small doc updates and fixes.
This commit is contained in:
parent
409b85880d
commit
72dd0a03e0
11 changed files with 137 additions and 810 deletions
|
@ -524,7 +524,7 @@ SCM_DEFINE (scm_hash_fold, "hash-fold", 3, 0, 0,
|
|||
"and value are successive pairs from the hash table TABLE, and\n"
|
||||
"prior-result is either INIT (for the first application of PROC)\n"
|
||||
"or the return value of the previous application of PROC.\n"
|
||||
"For example, @code{(hash-fold acons () tab)} will convert a hash\n"
|
||||
"For example, @code{(hash-fold acons '() tab)} will convert a hash\n"
|
||||
"table into an a-list of key-value pairs.")
|
||||
#define FUNC_NAME s_scm_hash_fold
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue