chiark / gitweb /
src/method-proto.lisp: Reflow a docstring paragraph.
[sod] / 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."))
 
 ;;;--------------------------------------------------------------------------