mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
* Adding C function declarations from the SCM interface to the
reference manual documentation.
This commit is contained in:
parent
cecb4a5e9d
commit
8f85c0c6c3
49 changed files with 3570 additions and 2271 deletions
|
@ -175,7 +175,7 @@ SCM_DEFINE (scm_macro_type, "macro-type", 1, 0, 0,
|
|||
(SCM m),
|
||||
"Return one of the symbols @code{syntax}, @code{macro} or\n"
|
||||
"@code{macro!}, depending on whether @var{m} is a syntax\n"
|
||||
"tranformer, a regular macro, or a memoizing macro,\n"
|
||||
"transformer, a regular macro, or a memoizing macro,\n"
|
||||
"respectively. If @var{m} is not a macro, @code{#f} is\n"
|
||||
"returned.")
|
||||
#define FUNC_NAME s_scm_macro_type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue