mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 17:20:29 +02:00
Document write-line.
* libguile/rdelim.c (SCM_DEFINE): Use "procedure" rather than "function". * doc/ref/api-io.texi (Line/Delimited): Use it to document 'write-line'.
This commit is contained in:
parent
bdb07f8fc7
commit
3db293a71d
2 changed files with 12 additions and 1 deletions
|
@ -189,7 +189,7 @@ SCM_DEFINE (scm_write_line, "write-line", 1, 1, 0,
|
|||
(SCM obj, SCM port),
|
||||
"Display @var{obj} and a newline character to @var{port}. If\n"
|
||||
"@var{port} is not specified, @code{(current-output-port)} is\n"
|
||||
"used. This function is equivalent to:\n"
|
||||
"used. This procedure is equivalent to:\n"
|
||||
"@lisp\n"
|
||||
"(display obj [port])\n"
|
||||
"(newline [port])\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue