From 8ff3d48ed1e9a98e8e051f290463d7d53e676371 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 23 Aug 2019 00:42:06 +0100 Subject: [PATCH] src/method-proto.lisp: Reflow a docstring paragraph. --- src/method-proto.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 @@ (: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.")) ;;;-------------------------------------------------------------------------- -- 2.11.0