X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/aa14a4cddcb96b681d5c19a2ec8bad382f43b264..3109662aca9c06495ac22c5c58b46e1c036aca5c:/src/method-proto.lisp?ds=sidebyside diff --git a/src/method-proto.lisp b/src/method-proto.lisp index 8909fc9..a3e9b65 100644 --- a/src/method-proto.lisp +++ b/src/method-proto.lisp @@ -131,9 +131,9 @@ (:documentation "Return the argument tail for the message with `:ellipsis' substituted. - As with SOD-MESSAGE-ARGUMENT-TAIL, no `me' argument is prepended. - However, an :ELLIPSIS is replaced by an argument of type `va_list', named - `sod__ap'.")) + As with `sod-message-argument-tail', no `me' argument is prepended. + However, an `:ellipsis' is replaced by an argument of type `va_list', + named `sod__ap'.")) (export 'sod-method-function-type) (defgeneric sod-method-function-type (method)