From efe8a33ff5b19ae538486055561fc1f70b6fc1c2 Mon Sep 17 00:00:00 2001 From: Kelly McDonald Date: Wed, 22 Apr 2009 14:38:14 -0400 Subject: [PATCH] method trick was yanked in 79630c82ac03066ceb1dac50015eb6b7a2151bbe but the documentation makes it look as if you can still do this. A further note with something about a backwards incompatible change might also be useful --- docs/reference.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference.lisp b/docs/reference.lisp index ec5a813..7d86890 100644 --- a/docs/reference.lisp +++ b/docs/reference.lisp @@ -318,10 +318,9 @@ a-variable => aVariable ;;;t \index{method call} ; (function {argument}*) -; (method object {argument}*) + ; ; function ::= a Parenscript expression or a Lisp symbol -; method ::= a Lisp symbol beginning with . ; object ::= a Parenscript expression ; argument ::= a Parenscript expression -- 2.20.1