mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
doc: Reword unclear sentence about programs.
Fixes <https://bugs.gnu.org/41352>. Reported by Jan Synacek <jsynacek@redhat.com>. * doc/ref/api-procedures.texi (Compiled Procedures): Clarify wording.
This commit is contained in:
parent
02a31d6885
commit
e7ad7eb90b
1 changed files with 5 additions and 3 deletions
|
@ -143,9 +143,11 @@ loaded, and save the result to disk. Procedures can be compiled at
|
||||||
runtime as well. @xref{Read/Load/Eval/Compile}, for more information
|
runtime as well. @xref{Read/Load/Eval/Compile}, for more information
|
||||||
on runtime compilation.
|
on runtime compilation.
|
||||||
|
|
||||||
Compiled procedures, also known as @dfn{programs}, respond all
|
Compiled procedures, also known as @dfn{programs}, respond to all
|
||||||
procedures that operate on procedures. In addition, there are a few
|
procedures that operate on procedures: you can pass a program to
|
||||||
more accessors for low-level details on programs.
|
@code{procedure?}, @code{procedure-name}, and so on (@pxref{Procedure
|
||||||
|
Properties}). In addition, there are a few more accessors for low-level
|
||||||
|
details on programs.
|
||||||
|
|
||||||
Most people won't need to use the routines described in this section,
|
Most people won't need to use the routines described in this section,
|
||||||
but it's good to have them documented. You'll have to include the
|
but it's good to have them documented. You'll have to include the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue