mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
(s_scm_read_hash_extend): document #f argument to
read-hash-extend.
This commit is contained in:
parent
93632e3cfd
commit
391f57e6ad
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-01-06 Han-Wen Nienhuys <hanwen@lilypond.org>
|
||||
|
||||
* read.c (s_scm_read_hash_extend): document #f argument to
|
||||
read-hash-extend.
|
||||
|
||||
2007-01-03 Han-Wen Nienhuys <hanwen@lilypond.org>
|
||||
|
||||
* gc.c (s_scm_gc_stats): return an entry for total-cells-allocated
|
||||
|
|
|
@ -898,7 +898,9 @@ SCM_DEFINE (scm_read_hash_extend, "read-hash-extend", 2, 0, 0,
|
|||
"starting with the character sequence @code{#} and @var{chr}.\n"
|
||||
"@var{proc} will be called with two arguments: the character\n"
|
||||
"@var{chr} and the port to read further data from. The object\n"
|
||||
"returned will be the return value of @code{read}.")
|
||||
"returned will be the return value of @code{read}. \n"
|
||||
"Passing @code{#f} for @var{proc} will remove a previous setting. \n"
|
||||
)
|
||||
#define FUNC_NAME s_scm_read_hash_extend
|
||||
{
|
||||
SCM this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue