1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +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:
Ludovic Courtès 2020-05-27 22:31:18 +02:00
parent 02a31d6885
commit e7ad7eb90b

View file

@ -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