mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Remove docs `procedure-environment', which no longer exists
* doc/ref/api-procedures.texi (Procedure Properties): Remove the entry for `procedure-environment', which no longer exists.
This commit is contained in:
parent
69cd5299e3
commit
bbe3408ae4
1 changed files with 0 additions and 5 deletions
|
@ -674,11 +674,6 @@ Return the source of the procedure @var{proc}. Returns @code{#f} if
|
|||
the source code is not available.
|
||||
@end deffn
|
||||
|
||||
@deffn {Scheme Procedure} procedure-environment proc
|
||||
@deffnx {C Function} scm_procedure_environment (proc)
|
||||
Return the environment of the procedure @var{proc}. Very deprecated.
|
||||
@end deffn
|
||||
|
||||
@deffn {Scheme Procedure} procedure-properties proc
|
||||
@deffnx {C Function} scm_procedure_properties (proc)
|
||||
Return the properties associated with @var{proc}, as an association
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue