src/method-proto.lisp: Reflow a docstring paragraph.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 22 Aug 2019 23:42:06 +0000 (00:42 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 24 Aug 2019 10:12:13 +0000 (11:12 +0100)
src/method-proto.lisp

index ac662ca..0488374 100644 (file)
   (: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."))
 
 ;;;--------------------------------------------------------------------------