mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
remove docs for removed procedures
* doc/ref/api-procedures.texi (Compiled Procedures): Remove docs for removed procedures.
This commit is contained in:
parent
97597bfb37
commit
76b4a4aad4
1 changed files with 0 additions and 19 deletions
|
@ -272,25 +272,6 @@ sense at certain points in the program, delimited by these
|
|||
@code{arity:start} and @code{arity:end} values.
|
||||
@end deffn
|
||||
|
||||
@deffn {Scheme Procedure} program-properties program
|
||||
Return the properties of a @code{program} as an association list,
|
||||
keyed by property name (a symbol).
|
||||
|
||||
Some interesting properties include:
|
||||
@itemize
|
||||
@item @code{name}, the name of the procedure
|
||||
@item @code{documentation}, the procedure's docstring
|
||||
@end itemize
|
||||
@end deffn
|
||||
|
||||
@deffn {Scheme Procedure} program-property program name
|
||||
Access a program's property by name, returning @code{#f} if not found.
|
||||
@end deffn
|
||||
|
||||
@deffn {Scheme Procedure} program-documentation program
|
||||
@deffnx {Scheme Procedure} program-name program
|
||||
Accessors for specific properties.
|
||||
@end deffn
|
||||
|
||||
@node Optional Arguments
|
||||
@subsection Optional Arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue