chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6b875a6
)
src/method-proto.lisp: Reflow a docstring paragraph.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 22 Aug 2019 23:42:06 +0000
(
00:42
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 24 Aug 2019 10:12:13 +0000
(11:12 +0100)
src/method-proto.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/method-proto.lisp
b/src/method-proto.lisp
index ac662caae63d47c6424027bd6f6522401a024013..048837439a1e1ace9b2aacdb230358a71062835b 100644
(file)
--- 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.
(: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."))
;;;--------------------------------------------------------------------------
pointers in the vtable are left null."))
;;;--------------------------------------------------------------------------