* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,
evalext.c, filesys.c, gc.c, hash.c, hashtab.c, ioext.c, keywords.c, list.c, load.c, macros.c, net_db.c, numbers.c, objprop.c, ports.c, posix.c, print.c, procprop.c, procs.c, ramap.c, regex-posix.c, root.c, scmsigs.c, simpos.c, socket.c, stacks.c, stime.c, strings.c, strop.c, strports.c, struct.c, symbols.c, throw.c, unif.c, vectors.c, version.c, vports.c, weaks.c: Converted docstrings to ANSI C format.
This commit is contained in:
parent
fcb1720f87
commit
b380b88547
40 changed files with 1735 additions and 1910 deletions
|
|
@ -69,7 +69,7 @@ scm_m_generalized_set_x (SCM xorig, SCM env)
|
|||
|
||||
SCM_DEFINE (scm_definedp, "defined?", 1, 1, 0,
|
||||
(SCM sym, SCM env),
|
||||
"Return @code{#t} if @var{sym} is defined in the top-level environment.")
|
||||
"Return @code{#t} if @var{sym} is defined in the top-level environment.")
|
||||
#define FUNC_NAME s_scm_definedp
|
||||
{
|
||||
SCM vcell;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue