From: Mark Wooding Date: Thu, 22 Aug 2019 23:42:06 +0000 (+0100) Subject: src/method-proto.lisp: Reflow a docstring paragraph. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/8ff3d48ed1e9a98e8e051f290463d7d53e676371 src/method-proto.lisp: Reflow a docstring paragraph. --- diff --git a/src/method-proto.lisp b/src/method-proto.lisp index ac662ca..0488374 100644 --- a/src/method-proto.lisp +++ b/src/method-proto.lisp @@ -288,9 +288,9 @@ (defgeneric effective-method-live-p (method) (:documentation "Returns true if the effective METHOD is live. - An effective method is `live' if it should actually have proper method entry - functions associated with it and stored in the class vtable. The other - possibility is that the method is `dead', in which case the function + An effective method is `live' if it should actually have proper method + entry functions associated with it and stored in the class vtable. The + other possibility is that the method is `dead', in which case the function pointers in the vtable are left null.")) ;;;--------------------------------------------------------------------------