texinfo: Port System construction from the old doc

This commit is contained in:
Tomek Kurcz 2017-08-31 10:10:27 +02:00
parent a32000612a
commit a9bdc7427c
2 changed files with 19 additions and 3 deletions

View file

@ -25,7 +25,7 @@
* Streams::
* Printer::
* Reader::
@c * System construction::
* System construction::
@c * Environment::
@c * Glossary::
@end menu
@ -87,8 +87,8 @@
@include standards/reader.txi
@c @c #$ - random state
@c @node System construction
@c @section System construction
@include standards/sys-constr.txi
@c ext:*load-hooks*, si::*load-search-list* variable:
@c EXT:*LOAD-HOOKS* is an assoc array of form ((TYPE . LOAD-FUNCTION)),

View file

@ -0,0 +1,16 @@
@node System construction
@section System construction
@subsection C Reference
@subsubsection ANSI Dictionary
@subsubheading Synopsis
@multitable @columnfractions .3 .7
@headitem Lisp symbol @tab C function
@item @clhs{f_cmp_fi.htm,compile-file} @tab [Only in Common Lisp]
@item @clhs{f_cmp__1.htm,compile-file-pathname} @tab [Only in Common Lisp]
@item @clhs{f_load.htm,load} @tab cl_object cl_load()
@item @clhs{f_provid.htm,provide} @tab cl_object cl_provide(cl_object module_name)
@item @clhs{f_provid.htm,require} @tab cl_object cl_require(cl_narg narg, cl_object module_name, ...)
@end multitable