chiark / gitweb /
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 ac662caae63d47c6424027bd6f6522401a024013..048837439a1e1ace9b2aacdb230358a71062835b 100644 (file)
@@ -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."))
 
 ;;;--------------------------------------------------------------------------