guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 03/06: doc: Reword unclear sentence about programs.


From: Ludovic Courtès
Subject: [Guile-commits] 03/06: doc: Reword unclear sentence about programs.
Date: Wed, 27 May 2020 16:48:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guile.

commit e7ad7eb90b02e9a576e6281cce46494d8b62996c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed May 27 22:31:18 2020 +0200

    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.
---
 doc/ref/api-procedures.texi | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi
index df24178..461112c 100644
--- a/doc/ref/api-procedures.texi
+++ b/doc/ref/api-procedures.texi
@@ -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
 on runtime compilation.
 
-Compiled procedures, also known as @dfn{programs}, respond all
-procedures that operate on procedures. In addition, there are a few
-more accessors for low-level details on programs.
+Compiled procedures, also known as @dfn{programs}, respond to all
+procedures that operate on procedures: you can pass a program to
+@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,
 but it's good to have them documented. You'll have to include the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]