summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2012-07-02 23:00:49 +0200
committerAndy Wingo <wingo@pobox.com>2012-07-02 23:02:20 +0200
commitb5f262593344bbf053fb81123d37549d8b5df142 (patch)
treeaa2c9b1682fdf0f449ae7e945164e41e06d0a554
parent98aa6f5bde9e7e12bff7e98d6c5eaffa9ebe007c (diff)
downloadguile-b5f262593344bbf053fb81123d37549d8b5df142.tar.gz
remove docs for smob-call instruction
* doc/ref/vm.texi (Trampoline Instructions): Remove docs for smob-call.
-rw-r--r--doc/ref/vm.texi7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/ref/vm.texi b/doc/ref/vm.texi
index c0ba4dde0..03356c724 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