X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/5ddd9645c94f339f8795bf9b3ece8d518a8de004..e0c211bb2e80605b4ae3fb121c34136f6e266b70:/doc/ref/vm.texi diff --git a/doc/ref/vm.texi b/doc/ref/vm.texi index c5b80761c..851e2b2eb 100644 --- a/doc/ref/vm.texi +++ b/doc/ref/vm.texi @@ -862,13 +862,6 @@ arguments from the stack. Return the resulting value to the calling procedure. @end deffn -@deffn Instruction smob-call nargs -Pop off the smob object from the stack (which should have been pushed on -by the trampoline), and call its descriptor's @code{apply} function with -the @var{nargs} arguments from the stack. Return the resulting value or -values to the calling procedure. -@end deffn - @deffn Instruction continuation-call Pop off an internal continuation object (which should have been pushed on by the trampoline), and reinstate that continuation. All of the